Skip to content

Commit

Permalink
Try installing Python manually
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Feb 15, 2024
1 parent f55e54c commit 1257177
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,16 @@ jobs:
sudo apt update
sudo apt upgrade
sudo apt install clang lcov libfuse2
- uses: actions/setup-python@v5
with:
python-version: >=3.9
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt }}
arch: ${{ startsWith(matrix.qt, '6.7') && 'linux_gcc_64' || 'gcc_64' }}
modules: ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }}
setup-python: false
documentation: true
doc-archives: ${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' || (startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
Expand Down

0 comments on commit 1257177

Please sign in to comment.