This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -5,10 +5,10 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HTTP_PROXY: http://10.255.0.1:7890
|
HTTP_PROXY: http://10.255.0.1:7890
|
||||||
HTTPS_PROXY: http://10.255.0.1:7890
|
HTTPS_PROXY: http://10.255.0.1:7890
|
||||||
http_proxy: http://10.255.0.1:7890
|
http_proxy: http://10.255.0.1:7890
|
||||||
https_proxy: http://10.255.0.1:7890
|
https_proxy: http://10.255.0.1:7890
|
||||||
steps:
|
steps:
|
||||||
- name: Set git proxy
|
- name: Set git proxy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user