Skip to content

Commit

Permalink
Add Ophis to the PATH when making fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboddie committed Mar 4, 2024
1 parent 8830b45 commit 36a67dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-roms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: python3 fetch-uefs.py
- name: Fix resources
run: |
export PATH=$PATH:$PWD
export PATH=$PATH:$PWD/Ophis/bin:$PWD
export PYTHONPATH=$PYTHONPATH:$PWD
python3 fix-uefs.py
tree UEFs
Expand Down

0 comments on commit 36a67dc

Please sign in to comment.