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