Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Jul 6, 2024
1 parent 7a14cc7 commit 3219dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
if: matrix.os == 'ubuntu-22-arm'
run: |
sudo apt install -y python3
sudo echo -e "[global]\nbreak-system-packages = true" > /etc/pip.conf
echo -e "[global]\nbreak-system-packages = true" | sudo tee /etc/pip.conf
- name: Install Qt
uses: jurplel/install-qt-action@v4
Expand Down

0 comments on commit 3219dd2

Please sign in to comment.