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 b6f9c05 commit 30c990c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install Qt
if: runner.os == 'ubuntu-24-arm'
run: |
sudo apt install -y python3
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
Expand Down

0 comments on commit 30c990c

Please sign in to comment.