Skip to content

Commit

Permalink
Use modern aqt version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 24, 2024
1 parent 35d3307 commit 2363d48
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 @@ -110,6 +110,7 @@ jobs:
documentation: true
doc-archives: qtcore ${{ startsWith(matrix.qt, '5') && 'qtbluetooth' || '' }}
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
aqtversion: ==3.1.* # \todo https://github.com/jurplel/install-qt-action/issues/218
- name: Install linuxdeploy
run: |
curl --create-dirs --location --output-dir /home/runner/.local/bin --remote-name-all \
Expand Down Expand Up @@ -210,6 +211,7 @@ jobs:
documentation: true
doc-archives: qtcore ${{ startsWith(matrix.qt, '5') && 'qtbluetooth' || '' }}
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
aqtversion: ==3.1.* # \todo https://github.com/jurplel/install-qt-action/issues/218
- name: Build
id: build
env:
Expand Down Expand Up @@ -337,6 +339,7 @@ jobs:
version: ${{ matrix.qt }}
arch: win64_msvc2019_64
set-env: false
aqtversion: ==3.1.* # \todo https://github.com/jurplel/install-qt-action/issues/218
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
Expand All @@ -350,6 +353,7 @@ jobs:
documentation: true
doc-archives: qtcore ${{ startsWith(matrix.qt, '5') && 'qtbluetooth' || '' }}
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
aqtversion: ==3.1.* # \todo https://github.com/jurplel/install-qt-action/issues/218
- name: Configure cross-compilation
if: matrix.arch == 'arm64'
shell: bash
Expand Down

0 comments on commit 2363d48

Please sign in to comment.