Skip to content

Commit cb63f0e

Browse files
And another try
1 parent c941b2d commit cb63f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: choco install ninja --no-progress
2424

2525
- name: 📥 Install Qt for MSVC
26-
uses: jurplel/install-qt-action@v4
26+
uses: jurplel/install-qt-action@v3
2727
with:
2828
version: ${{ env.QT_VERSION }}
2929
target: desktop
@@ -78,7 +78,7 @@ jobs:
7878
shell: powershell
7979

8080
- name: 📥 Install Qt for MinGW
81-
uses: jurplel/install-qt-action@v3
81+
uses: jurplel/install-qt-action@v4
8282
with:
8383
version: ${{ env.QT_VERSION }}
8484
target: desktop

0 commit comments

Comments
 (0)