We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c941b2d commit cb63f0eCopy full SHA for cb63f0e
1 file changed
.github/workflows/windows-cmake.yml
@@ -23,7 +23,7 @@ jobs:
23
run: choco install ninja --no-progress
24
25
- name: 📥 Install Qt for MSVC
26
- uses: jurplel/install-qt-action@v4
+ uses: jurplel/install-qt-action@v3
27
with:
28
version: ${{ env.QT_VERSION }}
29
target: desktop
@@ -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
83
84
0 commit comments