更新 .gitea/workflows/build.yml

This commit is contained in:
2024-12-21 02:49:25 +08:00
parent 509186b9ec
commit 63e937f664

View File

@@ -9,11 +9,11 @@ env:
jobs: jobs:
sairen: sairen:
runs-on: lab-linux-amd64 runs-on: ubuntu-latest
steps: steps:
- name: Clone repository - name: Clone repository
run: | 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 - name: build
run: | run: |
cd az-map cd az-map