diff --git a/.gitea/workflows/build_pc.yml b/.gitea/workflows/build_pc.yml index 35c4681..73f15c5 100644 --- a/.gitea/workflows/build_pc.yml +++ b/.gitea/workflows/build_pc.yml @@ -19,8 +19,13 @@ jobs: os: [ windows_x64, ubuntu-act_cpp-24.04, mac_arm ] steps: + - name: Setup Git Mirror + uses: GeorgH93/git-mirror-helper-action@v1 + with: + server: https://git.madvoxel.net + org: Mirrors - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true lfs: true @@ -81,8 +86,13 @@ jobs: runs-on: mac_arm steps: + - name: Setup Git Mirror + uses: GeorgH93/git-mirror-helper-action@v1 + with: + server: https://git.madvoxel.net + org: Mirrors - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true - name: Action Cache