From b90691575e40b7e71806cc12b266c0d64f537500 Mon Sep 17 00:00:00 2001 From: dcvz Date: Thu, 16 May 2024 15:36:20 +0200 Subject: [PATCH] Fix script --- .github/workflows/validate.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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