From c0f95893e29ef08934642684f81c9e5303ab7356 Mon Sep 17 00:00:00 2001 From: dcvz Date: Fri, 17 May 2024 08:37:21 +0200 Subject: [PATCH] Rename source folder something else --- .github/workflows/validate.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"