mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-01 06:31:37 +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
|
- name: Build N64Recomp & RSPRecomp
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
run: |
|
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
|
cd N64Recomp
|
||||||
|
|
||||||
# enable ccache
|
# enable ccache
|
||||||
|
|
@ -106,7 +106,7 @@ jobs:
|
||||||
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
|
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
|
||||||
- name: Build N64Recomp & RSPRecomp
|
- name: Build N64Recomp & RSPRecomp
|
||||||
run: |
|
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
|
cd N64Recomp
|
||||||
|
|
||||||
# enable ccache
|
# enable ccache
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue