Skip to content

Commit 73aad3c

Browse files
authored
Update jurplel/install-qt-action version in build_cmake.yml (#3857)
`jurplel/install-qt-action` provides a fix to Windows 2019 runners in commit `fc214ccc2dadadaebf48e8e5ed6ff4297dfbb732`, which is in `v4`. This fix will prevent our CI runs from failing, as they attempt to run with python 3.13 and that causes issues.
1 parent aad3a5e commit 73aad3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build_cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
key: ${{ runner.os }}-QtCache
108108

109109
- name: Install Qt
110-
uses: jurplel/install-qt-action@v2
110+
uses: jurplel/install-qt-action@v4
111111
with:
112112
version: 5.15.2
113113
target: desktop

0 commit comments

Comments
 (0)