Skip to content

Commit

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

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

0 comments on commit bfff71c

Please sign in to comment.