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 1bb07f6 commit 6747553
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
- name: Setup OOT
run: |
cd oot
python3 -m venv .oot-env
source .oot-env/bin/activate
python3 -m pip install -r requirements.txt
make venv
mkdir -p baseroms/gc-eu-mq-dbg/
cp ~/baserom_original.z64 ./baseroms/gc-eu-mq-dbg/baserom.z64
make -C tools -j
Expand Down Expand Up @@ -72,9 +70,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 6747553

Please sign in to comment.