mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-30 14:11:38 +00:00
Update validate.yml
This commit is contained in:
parent
dcdbeafa35
commit
9df944ec05
1 changed files with 0 additions and 4 deletions
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
|
@ -47,8 +47,6 @@ jobs:
|
||||||
run: |-
|
run: |-
|
||||||
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
||||||
./zre/process.sh
|
./zre/process.sh
|
||||||
env:
|
|
||||||
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
|
|
||||||
- name: Build N64Recomp & RSPRecomp
|
- name: Build N64Recomp & RSPRecomp
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -113,8 +111,6 @@ jobs:
|
||||||
run: |-
|
run: |-
|
||||||
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
||||||
./zre/process.ps1
|
./zre/process.ps1
|
||||||
env:
|
|
||||||
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 N64RecompSource
|
git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules N64RecompSource
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue