This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user