fixup! fixup! Prevent download+update of the dependencies.

This commit is contained in:
2023-01-16 14:55:44 +00:00
parent 1cba7edb6a
commit fc44b5644c
+2 -2
View File
@@ -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