This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -4,6 +4,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
- name: Set git proxy
|
- name: Set git proxy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user