Skip to content

Commit 4a36cb7

Browse files
On Windows arm64 install Python 3.13.3
1 parent 242d713 commit 4a36cb7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/qt5_6.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ jobs:
192192
shell: bash
193193
run: tr -d '\n' < .version > temp && mv temp .version && echo -n "+PR${{ inputs.pull_request_number }}" >> .version
194194

195+
- name: 📥 Install Python
196+
uses: actions/setup-python@v5
197+
with:
198+
python-version: '3.13.3'
199+
architecture: ${{ matrix.architecture }}
200+
195201
- name: 📥 Install Qt
196202
# If the following PR is merged, you can switch back to jurplel/install-qt-action
197203
# https://github.com/jurplel/install-qt-action/pull/273
@@ -202,12 +208,7 @@ jobs:
202208
modules: ${{ inputs.qt_version == '6' && 'qtserialport qtwebsockets' || '' }}
203209
cache: 'true'
204210
cache-key-prefix: 'cache-qt-windows'
205-
206-
- name: 📥 Install Python
207-
uses: actions/setup-python@v5
208-
with:
209-
python-version: 3.13
210-
architecture: ${{ matrix.architecture }}
211+
setup-python: 'false'
211212

212213
- name: 📥 Install latest CMake and Ninja
213214
uses: lukka/get-cmake@latest

0 commit comments

Comments
 (0)