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 30eb7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 30eb7fa

Please sign in to comment.