From 63e937f664ea8bfddffa40350a67c92ebce43ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E5=B7=9D?= Date: Sat, 21 Dec 2024 02:49:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d91ceb1..0ab8edd 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,11 +9,11 @@ env: jobs: sairen: - runs-on: lab-linux-amd64 + runs-on: ubuntu-latest steps: - name: Clone repository run: | - git -c http.sslVerify=false clone -b main https://${{ secrets.GITHUB_TOKEN }}@home.azw.net.cn:60030/azwlabgit/${{ github.repository }}.git + git -c http.sslVerify=false clone -b main https://${{ secrets.GITHUB_TOKEN }}@git.azw.net.cn/${{ github.repository }}.git - name: build run: | cd az-map