Rename source folder something else

This commit is contained in:
dcvz 2024-05-17 08:37:21 +02:00
parent 6e4b8b3d10
commit c0f95893e2

View file

@ -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"