diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a19ea7..26cb7c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,10 +5,10 @@ jobs: 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 + 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: |