Skip to content

Commit

Permalink
Merge pull request #97 from imaandrew/patch-3
Browse files Browse the repository at this point in the history
Fix build check workflow
  • Loading branch information
JCog authored Oct 11, 2024
2 parents 48f6538 + 98eb09d commit 177d583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
sudo sh -c '(curl https://practicerom.com/public/packages/debian/pgp.pub || wget -O - https://practicerom.com/public/packages/debian/pgp.pub) | apt-key add - && echo deb https://practicerom.com/public/packages/debian ./staging main >/etc/apt/sources.list.d/practicerom.list && apt update'
sudo apt install practicerom-dev ninja-build
pip install -r requirements.txt
pip install --break-system-packages -r requirements.txt
- name: Test build
run: |
python3 configure.py
Expand Down

0 comments on commit 177d583

Please sign in to comment.