From 240f03ff7881ee36d2484c00d28dfe8860fd6ccc Mon Sep 17 00:00:00 2001 From: yinxiaolong Date: Thu, 18 Jun 2026 18:56:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=8F=8ADockerfile=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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