Skip to content

Commit 2ab1362

Browse files
committed
test: hide git warning on bsd
1 parent c4bcad6 commit 2ab1362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
pkg install -y git
9898
9999
run: |
100+
git config --global --add safe.directory /home/runner/work/snclient/snclient
100101
# install go version from go.mod
101102
GOVERSION=$(awk '/^go / { print $2 }' go.mod)
102103
GO_TARBALL="go${GOVERSION}.freebsd-amd64.tar.gz"

0 commit comments

Comments
 (0)