Skip to content

Commit

Permalink
Remove false-postive comment
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit c3ff802
Author: Paul Colby <git@colby.id.au>
Date:   Fri Jan 26 11:22:55 2024 +1100

    Remove false-postive comment
  • Loading branch information
pcolby committed Mar 12, 2024
1 parent 70252b6 commit 038b174
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
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' || '' }}
aqtversion: ==3.1.* # \todo https://github.com/jurplel/install-qt-action/issues/218
aqtversion: ==3.1.*
- name: Install linuxdeploy
run: |
curl --create-dirs --location --output-dir /home/runner/.local/bin --remote-name-all \
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
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' || '' }}
aqtversion: ==3.1.* # \todo https://github.com/jurplel/install-qt-action/issues/218
aqtversion: ==3.1.*
- name: Build
id: build
env:
Expand Down Expand Up @@ -339,7 +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
aqtversion: ==3.1.*
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
Expand All @@ -353,7 +353,7 @@ jobs:
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' || '' }}
aqtversion: ==3.1.* # \todo https://github.com/jurplel/install-qt-action/issues/218
aqtversion: ==3.1.*
- name: Configure cross-compilation
if: matrix.arch == 'arm64'
shell: bash
Expand Down

0 comments on commit 038b174

Please sign in to comment.