From fc44b5644cef41e0a353d057100286be05ad32e8 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 16 Jan 2023 14:55:44 +0000 Subject: [PATCH] fixup! fixup! Prevent download+update of the dependencies. --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c04c86c..88aedfa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -232,7 +232,7 @@ jobs: compress_assets: false retry: 10 overwrite: true - pre_command: export GODEBUG=http2client=0 && make update + pre_command: export GODEBUG=http2client=0 && export CGO_ENABLED=1 && make update - name: Compile and release v1 uses: wangyoucao577/go-release-action@v1.33 @@ -249,4 +249,4 @@ jobs: compress_assets: false retry: 10 overwrite: true - pre_command: export GODEBUG=http2client=0 && make update + pre_command: export GODEBUG=http2client=0 && export CGO_ENABLED=1 && make update