Skip to content

Commit 4e18a53

Browse files
committed
Update push-master.yml
1 parent 11fc8ad commit 4e18a53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push-master.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@ jobs:
263263
path: ${{ runner.workspace }}/Qt
264264
key: ${{ runner.os }}-Qt.${{ env.QT_VERSION }}
265265

266+
- name: Setup CMake
267+
uses: lukka/get-cmake@latest
268+
with:
269+
cmakeVersion: 3.27.9
270+
266271
# temporary workaround for aqt: Python 3.13 instead of preinstalled default older version
267272
- name: Python 3.13 for aqtinstall
268273
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)