diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index ef4e1fb..2d2ba0b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -55,9 +55,8 @@ jobs: - name: Prepare Build if: runner.os != 'Windows' run: |- - git lfs clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git - cd zre - ./process.sh + git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git + ./zre/process.sh env: LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }} - name: Build N64Recomp & RSPRecomp