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 2e2abb6 commit 7725383
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 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
cp ~/baserom_original.z64 ./baseroms/gc_eu_mq_dbg.z64
make venv
make -C tools -j
cp ../ZAPD.out tools/ZAPD/
python3 fixbaserom.py
python3 extract_baserom.py
python3 extract_assets.py
.venv/bin/python3 tools/decompress_baserom.py gc-eu-mq-dbg
.venv/bin/python3 extract_baserom.py
.venv/bin/python3 extract_assets.py -j 4
- name: Install Python dependencies
run: |
Expand All @@ -68,9 +69,7 @@ jobs:
- name: Build oot
run: |
cd oot
python3 -m venv .oot-env
source .oot-env/bin/activate
python3 -m pip install -r requirements.txt
make venv
make -j
- name: Build mm
Expand Down

0 comments on commit 7725383

Please sign in to comment.