1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-29 20:22:26 -04:00

Try setup-python: true to fix #2441

This commit is contained in:
Jon Beniston 2025-04-23 08:25:47 +01:00
parent 1c8d7bdaf1
commit a5d1f48580

View File

@ -70,7 +70,7 @@ jobs:
version: '6.7.3'
dir: ${{matrix.config.QT_INST_DIR}}
arch: ${{matrix.config.QT_ARCH}}
setup-python: false
setup-python: true
modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools qtwebchannel'
- name: build sdrangel on Windows
if: startsWith(matrix.config.os, 'windows')