We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bcad6 commit 2ab1362Copy full SHA for 2ab1362
.github/workflows/builds.yml
@@ -97,6 +97,7 @@ jobs:
97
pkg install -y git
98
99
run: |
100
+ git config --global --add safe.directory /home/runner/work/snclient/snclient
101
# install go version from go.mod
102
GOVERSION=$(awk '/^go / { print $2 }' go.mod)
103
GO_TARBALL="go${GOVERSION}.freebsd-amd64.tar.gz"
0 commit comments