We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06c8ec commit 17bb1e4Copy full SHA for 17bb1e4
.github/workflows/qt.yml
@@ -16,10 +16,10 @@ jobs:
16
run: choco install ninja
17
if: matrix.os == 'windows-latest'
18
- name: Install Qt
19
- uses: jurplel/install-qt-action@v3
+ uses: jurplel/install-qt-action@v4.0.0
20
with:
21
- version: '6.5.2'
+ version: '6.7.1'
22
- uses: ilammy/msvc-dev-cmd@v1
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4.1.7
24
- name: Build
25
run: cmake -S . -B build -G "Ninja Multi-Config" && cmake --build build --config Debug
0 commit comments