1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-13 06:15:22 -04:00

Try using Python 3.12 instead

This commit is contained in:
Jon Beniston 2025-04-23 09:10:24 +01:00
parent 1074bd0105
commit c108f5be40

View File

@ -37,6 +37,9 @@ jobs:
echo github.event_name: ${{ github.event_name }} echo github.event_name: ${{ github.event_name }}
echo github.ref: ${{ github.ref }} echo github.ref: ${{ github.ref }}
echo github.workspace: ${{ github.workspace }} echo github.workspace: ${{ github.workspace }}
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install basic dependencies on Windows - name: Install basic dependencies on Windows
if: startsWith(matrix.config.os, 'windows') if: startsWith(matrix.config.os, 'windows')
run: | run: |
@ -70,9 +73,7 @@ jobs:
version: '6.7.3' version: '6.7.3'
dir: ${{matrix.config.QT_INST_DIR}} dir: ${{matrix.config.QT_INST_DIR}}
arch: ${{matrix.config.QT_ARCH}} arch: ${{matrix.config.QT_ARCH}}
setup-python: true setup-python: 'false'
aqtversion: '==3.1.*'
py7zrversion: '==0.20.*'
modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools qtwebchannel' modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools qtwebchannel'
- name: build sdrangel on Windows - name: build sdrangel on Windows
if: startsWith(matrix.config.os, 'windows') if: startsWith(matrix.config.os, 'windows')