Skip to content

Commit

Permalink
Fix build check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
imaandrew authored Oct 11, 2024
1 parent 177d583 commit 4e63611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
echo deb https://practicerom.com/public/packages/debian ./staging main | sudo tee /etc/apt/sources.list.d/practicerom.list
sudo apt-get update
sudo apt-get install practicerom-dev xdelta3 ninja-build
pip install -r requirements.txt
pip install --break-system-packages -r requirements.txt
- name: Download ROMs
run: |
mkdir rom
Expand Down

0 comments on commit 4e63611

Please sign in to comment.