We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0d0e0 commit 6b54799Copy full SHA for 6b54799
1 file changed
.github/workflows/cppcmake.yml
@@ -58,10 +58,9 @@ jobs:
58
59
- name: Install Qt
60
if: matrix.os == 'windows-latest'
61
- # uses: jurplel/install-qt-action@v2
62
- uses: ouuan/install-qt-action@v2.3.1 # workaround until the aqtinstall timeout is fixed
+ uses: jurplel/install-qt-action@v2
63
with:
64
- version: 5.14.0
+ version: 5.15.1
65
66
- name: Configure CMake
67
shell: bash
0 commit comments