Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 authored Jan 29, 2024
1 parent c0a18d0 commit 18e128c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
- name: Setup OOT
run: |
cd oot
cp ~/baserom_original.z64 ./baserom_original.z64
mkdir -p baseroms/gc-eu-mq-dbg/
cp ~/baserom_original.z64 ./baseroms/gc-eu-mq-dbg/baserom_original.z64
make -C tools -j
cp ../ZAPD.out tools/ZAPD/
python3 fixbaserom.py
python3 tools/decompress_baserom.py gc-eu-mq-dbg
python3 extract_baserom.py
python3 extract_assets.py
python3 extract_assets.py -j 4
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 18e128c

Please sign in to comment.