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 f5432f7 commit 4931a24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.PHONY: build deps test integration

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
go build -v -o build/brucutu
deps:
go mod tidy
Expand Down

0 comments on commit 4931a24

Please sign in to comment.