Skip to content

Commit

Permalink
Explicitly set Qt version to compile against
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Dec 30, 2024
1 parent a2ad69d commit e02b1f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,15 @@ jobs:
- target: jammy-qt5
image_variant: jammy
lib_postfix: '/x86_64-linux-gnu'
qt_version: 5
- target: noble-qt6.4
image_variant: noble
lib_postfix: '/x86_64-linux-gnu'
qt_version: 6
- target: oracular-qt6.6
image_variant: oracular
lib_postfix: '/x86_64-linux-gnu'
qt_version: 6
env:
HOME: /home/runner
runs-on: ubuntu-22.04
Expand All @@ -89,5 +92,7 @@ jobs:
env:
PKG_CONFIG_PATH: "/home/runner/BUILD_linux-x86_64/INSTALL/lib/pkgconfig:/home/runner/BUILD_linux-x86_64/INSTALL/lib${{matrix.lib_postfix}}/pkgconfig"
run: |
export QT_SELECT=qt${{matrix.qt_version}}
qmake --version
qmake PREFIX=$HOME/BUILD_linux-x86_64/INSTALL
make

0 comments on commit e02b1f7

Please sign in to comment.