We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c29b50 commit a3dae62Copy full SHA for a3dae62
.github/workflows/release-binary.yml
@@ -28,14 +28,13 @@ jobs:
28
- name: Build ${{ matrix.goosarch }} binary
29
run: |
30
apt update
31
- apt -y install zip
+ apt -y install zip git
32
33
export GOOSARCH=${{ matrix.goosarch }}
34
export GOOS=${GOOSARCH%/*}
35
export GOARCH=${GOOSARCH#*/}
36
37
mkdir -p artifacts
38
- git config --global --add safe.directory .
39
40
if [ "$GOOS" = "windows" ]; then
41
go build -o cql-proxy.exe
0 commit comments