We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fc8ad commit 4e18a53Copy full SHA for 4e18a53
.github/workflows/push-master.yml
@@ -263,6 +263,11 @@ jobs:
263
path: ${{ runner.workspace }}/Qt
264
key: ${{ runner.os }}-Qt.${{ env.QT_VERSION }}
265
266
+ - name: Setup CMake
267
+ uses: lukka/get-cmake@latest
268
+ with:
269
+ cmakeVersion: 3.27.9
270
+
271
# temporary workaround for aqt: Python 3.13 instead of preinstalled default older version
272
- name: Python 3.13 for aqtinstall
273
uses: actions/setup-python@v5
0 commit comments