Skip to content

Commit de33f52

Browse files
FedeDPpoiana
authored andcommitted
chore: add github.workspace as git safe directory.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
1 parent a5a385a commit de33f52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
apk update
4141
apk add gcc musl-dev make bash git go
4242
run: |
43+
git config --global --add safe.directory ${{ github.workspace }}
4344
make build
4445
make test
4546

0 commit comments

Comments
 (0)