Skip to content

Commit

Permalink
Add the exception as proposed by github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Nov 25, 2023
1 parent 4931a24 commit bc1bc63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
build:
# workaround to avoid the error: fatal: detected dubious ownership in repository at '/__w/brucutu/brucutu'
git config --global --add safe.directory /__w/brucutu/brucutu
git config --global --add safe.directory /brucutu
go build -v -o build/brucutu
deps:
go mod tidy
Expand Down

0 comments on commit bc1bc63

Please sign in to comment.