mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-10 11:01:36 +00:00
Fix script
This commit is contained in:
parent
6dc2384e08
commit
b90691575e
1 changed files with 2 additions and 3 deletions
5
.github/workflows/validate.yml
vendored
5
.github/workflows/validate.yml
vendored
|
|
@ -55,9 +55,8 @@ jobs:
|
||||||
- name: Prepare Build
|
- name: Prepare Build
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
run: |-
|
run: |-
|
||||||
git lfs clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git
|
git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git
|
||||||
cd zre
|
./zre/process.sh
|
||||||
./process.sh
|
|
||||||
env:
|
env:
|
||||||
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
|
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
|
||||||
- name: Build N64Recomp & RSPRecomp
|
- name: Build N64Recomp & RSPRecomp
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue