Skip to content

Commit

Permalink
Hopefully fix "not a repository"
Browse files Browse the repository at this point in the history
  • Loading branch information
rockofox authored Nov 22, 2023
1 parent 75cd5d4 commit 5e8825d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up GHC ${{ matrix.ghc-version }}
uses: haskell/actions/setup@v2
Expand All @@ -55,6 +55,7 @@ jobs:

- name: Build binary
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
mkdir dist
cabal install exe:indigo --install-method=copy --overwrite-policy=always --installdir=dist
Expand Down

0 comments on commit 5e8825d

Please sign in to comment.