Skip to content

Commit

Permalink
Update jurplel/install-qt-action version in build_cmake.yml (flames…
Browse files Browse the repository at this point in the history
…hot-org#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.
  • Loading branch information
volovikariel authored Mar 4, 2025
1 parent aad3a5e commit 73aad3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
key: ${{ runner.os }}-QtCache

- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v4
with:
version: 5.15.2
target: desktop
Expand Down

0 comments on commit 73aad3c

Please sign in to comment.