This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -6,9 +6,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: Set git proxy
|
||||||
run: curl -x http://10.255.0.1:7890 ip.sb
|
- run: |
|
||||||
# - name: Checkout code
|
git config --global http.proxy http://10.255.0.1:7890
|
||||||
# uses: actions/checkout@v2
|
git config --global https.proxy http://10.255.0.1:7890
|
||||||
# - name: Build
|
- name: Checkout code
|
||||||
# run: ls -la
|
uses: actions/checkout@v2
|
||||||
|
- name: Build
|
||||||
|
run: ls -la
|
||||||
|
|||||||
Reference in New Issue
Block a user