mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-29 13:41:51 +00:00
Point to main upstream
This commit is contained in:
parent
39c39f3d19
commit
8d166452d7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
- name: Build N64Recomp & RSPRecomp
|
||||
if: runner.os != 'Windows'
|
||||
run: |
|
||||
git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules --branch symbol-file-toml-update
|
||||
git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules
|
||||
cd N64Recomp
|
||||
|
||||
# enable ccache
|
||||
|
|
@ -106,7 +106,7 @@ jobs:
|
|||
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
|
||||
- name: Build N64Recomp & RSPRecomp
|
||||
run: |
|
||||
git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules --branch symbol-file-toml-update
|
||||
git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules
|
||||
cd N64Recomp
|
||||
|
||||
# enable ccache
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue