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