File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments