aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-11-10 09:58:54 -0800
committerGitHub <noreply@github.com>2021-11-10 09:58:54 -0800
commit641ce36f6fa8dd2888d0fc7a5205452b1208e79d (patch)
tree63097184785f8a95e8e4750b045b0741cc36bbec
parent22f75177bf1b71a88c4d537bcc85ae8f4d1f5cb4 (diff)
downloadseaweedfs-641ce36f6fa8dd2888d0fc7a5205452b1208e79d.tar.xz
seaweedfs-641ce36f6fa8dd2888d0fc7a5205452b1208e79d.zip
Update binaries_dev.yml
-rw-r--r--.github/workflows/binaries_dev.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml
index abd44806e..54031e946 100644
--- a/.github/workflows/binaries_dev.yml
+++ b/.github/workflows/binaries_dev.yml
@@ -36,6 +36,9 @@ jobs:
- name: Set BUILD_TIME env
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV}
+ - name: disable http2 env
+ run: export GODEBUG=http2client=0
+
- name: Go Release Binaries Large Disk
uses: wangyoucao577/go-release-action@bugfix/upload-fail
with: