diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2a4ed9..2a19ea7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,11 @@ jobs: build: name: Build runs-on: ubuntu-latest + env: + HTTP_PROXY: http://10.255.0.1:7890 + HTTPS_PROXY: http://10.255.0.1:7890 + http_proxy: http://10.255.0.1:7890 + https_proxy: http://10.255.0.1:7890 steps: - name: Set git proxy run: |