mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-30 22:21:37 +00:00
Install unzip
This commit is contained in:
parent
935e8e04ed
commit
09b67f4fcd
1 changed files with 2 additions and 6 deletions
8
.github/workflows/validate.yml
vendored
8
.github/workflows/validate.yml
vendored
|
|
@ -29,13 +29,9 @@ jobs:
|
||||||
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64
|
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64
|
||||||
- name: Prepare Build
|
- name: Prepare Build
|
||||||
run: |-
|
run: |-
|
||||||
echo "::group::Clone ZRE"
|
apt-get install -y unzip
|
||||||
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
||||||
echo "::endgroup::"
|
unzip zre/files.zip > /dev/null 2>&1
|
||||||
|
|
||||||
echo "::group::Process ZRE"
|
|
||||||
./zre/process.sh
|
|
||||||
echo "::endgroup::"
|
|
||||||
- name: Run N64Recomp & RSPRecomp
|
- name: Run N64Recomp & RSPRecomp
|
||||||
run: |
|
run: |
|
||||||
N64Recomp us.rev1.toml
|
N64Recomp us.rev1.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue