Skip to content

Commit

Permalink
workflows bugfix print Qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 9, 2024
1 parent eaea0af commit 1096bda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,11 @@ jobs:
run: |
sudo apt update
# qmake6 is used to query Qt version only
- name: apt install ${{ join(matrix.compiler.apt, ', ') }}, Qt 6 base, and ccache
run: >-
sudo apt install --yes ${{ join(matrix.compiler.apt, ' ') }}
qt6-base-dev libqt6sql6-mysql libqt6sql6-sqlite libqt6sql6-psql ccache
qt6-base-dev libqt6sql6-mysql libqt6sql6-sqlite libqt6sql6-psql ccache qmake6
# No need to use lukka/get-cmake, these images always have latest version
- name: Ninja install latest version
Expand Down Expand Up @@ -650,7 +651,7 @@ jobs:
- name: Qt print version
run: |
qmake -query QT_VERSION
qmake6 -query QT_VERSION
- name: Ccache clear statistics
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msys2-ucrt64-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
- name: Qt print version
shell: msys2 {0}
run: |
qmake.exe -query QT_VERSION
qmake6.exe -query QT_VERSION
- name: Ccache clear statistics
shell: msys2 {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msys2-ucrt64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ jobs:
- name: Qt print version
shell: msys2 {0}
run: |
qmake.exe -query QT_VERSION
qmake6.exe -query QT_VERSION
- name: Ccache clear statistics
shell: msys2 {0}
Expand Down

0 comments on commit 1096bda

Please sign in to comment.