Skip to content

Commit

Permalink
Export PYTHONPATH as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboddie committed Mar 4, 2024
1 parent 4e768cf commit 8830b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make-roms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Fix resources
run: |
export PATH=$PATH:$PWD
PYTHONPATH=. python3 fix-uefs.py
export PYTHONPATH=$PYTHONPATH:$PWD
python3 fix-uefs.py
tree UEFs
- name: Create scripts
run: python3 csv2scripts.py
Expand Down

0 comments on commit 8830b45

Please sign in to comment.