Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Jul 6, 2024
1 parent 01d2bbf commit 28a4131
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 @@ -23,9 +23,10 @@ jobs:
uses: actions/checkout@v2

- name: Install Qt
if: matrix.os == 'ubuntu-24-arm'
if: matrix.os == 'ubuntu-22-arm'
run: |
sudo apt install -y python3
sudo echo -e "[global]\nbreak-system-packages = true" > /etc/pip.conf
- name: Install Qt
uses: jurplel/install-qt-action@v4
Expand Down

0 comments on commit 28a4131

Please sign in to comment.