Skip to content

Commit a3dae62

Browse files
committed
Maybe we just need to update git?
1 parent 9c29b50 commit a3dae62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-binary.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ jobs:
2828
- name: Build ${{ matrix.goosarch }} binary
2929
run: |
3030
apt update
31-
apt -y install zip
31+
apt -y install zip git
3232
3333
export GOOSARCH=${{ matrix.goosarch }}
3434
export GOOS=${GOOSARCH%/*}
3535
export GOARCH=${GOOSARCH#*/}
3636
3737
mkdir -p artifacts
38-
git config --global --add safe.directory .
3938
4039
if [ "$GOOS" = "windows" ]; then
4140
go build -o cql-proxy.exe

0 commit comments

Comments
 (0)