Skip to content

Commit 17bb1e4

Browse files
authored
Update qt.yml
1 parent e06c8ec commit 17bb1e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qt.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
run: choco install ninja
1717
if: matrix.os == 'windows-latest'
1818
- name: Install Qt
19-
uses: jurplel/install-qt-action@v3
19+
uses: jurplel/install-qt-action@v4.0.0
2020
with:
21-
version: '6.5.2'
21+
version: '6.7.1'
2222
- uses: ilammy/msvc-dev-cmd@v1
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4.1.7
2424
- name: Build
2525
run: cmake -S . -B build -G "Ninja Multi-Config" && cmake --build build --config Debug

0 commit comments

Comments
 (0)