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.
This commit is contained in:
Ariel Volovik
2025-03-04 01:56:07 -05:00
committed by GitHub
parent aad3a5e42e
commit 73aad3cb72

View File

@@ -107,7 +107,7 @@ jobs:
key: ${{ runner.os }}-QtCache key: ${{ runner.os }}-QtCache
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v4
with: with:
version: 5.15.2 version: 5.15.2
target: desktop target: desktop