mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-02-16 21:50:08 +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
|
||||
- name: Prepare Build
|
||||
run: |-
|
||||
echo "::group::Clone ZRE"
|
||||
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::Process ZRE"
|
||||
./zre/process.sh
|
||||
echo "::endgroup::"
|
||||
- name: Run N64Recomp & RSPRecomp
|
||||
run: |
|
||||
N64Recomp us.rev1.toml
|
||||
|
|
Loading…
Add table
Reference in a new issue