Skip to content

Commit f78f6f5

Browse files
authored
Windows GA: temporary workaround for aqtinstall (#1170)
1 parent d7a1d65 commit f78f6f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/push-master.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,13 @@ jobs:
260260
with:
261261
path: ${{ runner.workspace }}/Qt
262262
key: ${{ runner.os }}-Qt.${{ env.QT_VERSION }}
263-
263+
264+
# temporary workaround for aqt: Python 3.13 instead of preinstalled default older version
265+
- name: Python 3.13 for aqtinstall
266+
uses: actions/setup-python@v5
267+
with:
268+
python-version: '3.13'
269+
264270
- name: Install QT
265271
if: steps.cache-qt-windows.outputs.cache-hit != 'true'
266272
run: |

0 commit comments

Comments
 (0)