Remove extra copy

This commit is contained in:
dcvz 2024-06-03 23:04:20 +02:00
parent ebd5523faa
commit c8cb456b7d
1 changed files with 0 additions and 3 deletions

View File

@ -60,9 +60,6 @@ jobs:
./RSPRecomp njpgdspMain.us.rev1.toml
- name: Build ZeldaRecomp
run: |-
# move N64Recomp to root for CMake to find
ln -s $(which N64Recomp) .
# enable ccache
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"