This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -7,10 +7,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set git proxy
|
||||
- run: |
|
||||
git config --global http.proxy http://10.255.0.1:7890
|
||||
git config --global https.proxy http://10.255.0.1:7890
|
||||
run: |
|
||||
git config --global http.proxy http://10.255.0.1:7890
|
||||
git config --global https.proxy http://10.255.0.1:7890
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: ls -la
|
||||
Reference in New Issue
Block a user