Skip to content

Commit 6b54799

Browse files
committed
CI: Remove Qt workaround, update to LTS version on Windows
1 parent dc0d0e0 commit 6b54799

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cppcmake.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ jobs:
5858
5959
- name: Install Qt
6060
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
61+
uses: jurplel/install-qt-action@v2
6362
with:
64-
version: 5.14.0
63+
version: 5.15.1
6564

6665
- name: Configure CMake
6766
shell: bash

0 commit comments

Comments
 (0)