Skip to content

Commit

Permalink
CI: Fix linux build
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Guerinoni <[email protected]>
  • Loading branch information
guerinoni committed Dec 5, 2023
1 parent a239cb3 commit d619b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
Build:
strategy:
matrix:
qt_version: [6.1.2]
qt_version: [6.1.2, 6.6.0]
platform: [ubuntu-latest]
arch: [x64, x86]
fail-fast: false
Expand All @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Installing Qt
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3.3.0
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qtarch }}
Expand Down

0 comments on commit d619b96

Please sign in to comment.