We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc34470 commit 103db68Copy full SHA for 103db68
.github/workflows/windows-cmake.yml
@@ -58,7 +58,7 @@ jobs:
58
runs-on: windows-2022
59
60
env:
61
- QT_VERSION: 6.4.2
+ QT_VERSION: 6.8.2
62
QT_DIR: ${{ github.workspace }}\Qt
63
64
steps:
@@ -78,7 +78,7 @@ jobs:
78
shell: powershell
79
80
- name: 📥 Install Qt for MinGW
81
- uses: jurplel/install-qt-action@v3
+ uses: jurplel/install-qt-action@v4
82
with:
83
aqtversion: '==3.1.19'
84
version: ${{ env.QT_VERSION }}
0 commit comments