diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb0ca62..3261e55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,9 +6,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: test - run: curl -x http://10.255.0.1:7890 ip.sb -# - name: Checkout code -# uses: actions/checkout@v2 -# - name: Build -# run: ls -la + - 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 + - name: Checkout code + uses: actions/checkout@v2 + - name: Build + run: ls -la