diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index cdeab4e..42da1b6 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -52,8 +52,8 @@ jobs: - name: Build N64Recomp & RSPRecomp if: runner.os != 'Windows' run: | - git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules - cd N64Recomp + git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules N64RecompSource + cd N64RecompSource # enable ccache export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" @@ -106,8 +106,8 @@ jobs: LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }} - name: Build N64Recomp & RSPRecomp run: | - git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules - cd N64Recomp + git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules N64RecompSource + cd N64RecompSource # enable ccache set $env:PATH="$env:USERPROFILE/.cargo/bin;$env:PATH"