Skip to content

Commit

Permalink
Merge branch 'NEstelami:master' into CKeyFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 authored Jan 29, 2024
2 parents 7024214 + 346c96d commit 5b25e45
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ 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.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,6 +70,7 @@ jobs:
- name: Build oot
run: |
cd oot
make venv
make -j
- name: Build mm
Expand Down

0 comments on commit 5b25e45

Please sign in to comment.