mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-03 23:51:46 +00:00
debugging
This commit is contained in:
parent
0dac324f92
commit
935e8e04ed
1 changed files with 5 additions and 0 deletions
5
.github/workflows/validate.yml
vendored
5
.github/workflows/validate.yml
vendored
|
|
@ -29,8 +29,13 @@ 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"
|
||||||
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
||||||
|
echo "::endgroup::"
|
||||||
|
|
||||||
|
echo "::group::Process ZRE"
|
||||||
./zre/process.sh
|
./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