From 038b1748517505e3844cfb357023d993c0b33dcb Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Wed, 13 Mar 2024 10:14:02 +1100 Subject: [PATCH] Remove false-postive comment Squashed commit of the following: commit c3ff80222c9f89adc705a00a2e0d0c5484da3f98 Author: Paul Colby Date: Fri Jan 26 11:22:55 2024 +1100 Remove false-postive comment --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0828577a6..a39e3d55c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 \ @@ -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: @@ -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: @@ -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