diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 3965727..e0f96fb 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,10 +20,6 @@ jobs: uses: actions/checkout@v4 with: submodules: true - - uses: actions/checkout@v4 - with: - repository: 'dcvz/zre' - token: ${{ secrets.PAT }} - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: @@ -59,8 +55,8 @@ jobs: - name: Prepare Build if: runner.os != 'Windows' run: |- - cd zre - ./process.sh + git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git + ./zre/process.sh - name: Build N64Recomp & RSPRecomp if: runner.os != 'Windows' run: |