From dac61272045018a9622c9b00e195679d0160c84c Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sun, 16 Jun 2024 12:26:22 +1000 Subject: [PATCH] Make use of the add-tools-to-path option Now available with qt-install-action@v4. --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6c9632bad..5b44da363 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -379,8 +379,8 @@ jobs: arch: ${{ matrix.qtArch }} # Use Qt's shipped MinGW for Qt 6.6+ for now, as the runner's MinGW version crashes with Qt 6.6 and 6.7. # \todo Remove this if/when the runner's MinGW is updated to fix the incompatibility. - #tools: ${{ (startsWith(matrix.qt, '6.6') || startsWith(matrix.qt, '6.7')) && startsWith(matrix.generator, 'MinGW') && 'tools_mingw90' || '' }} - #add-tools-to-path: true ///< \toto Use once released by install-qt-action. + tools: ${{ (startsWith(matrix.qt, '6.6') || startsWith(matrix.qt, '6.7')) && startsWith(matrix.generator, 'MinGW') && 'tools_mingw90' || '' }} + add-tools-to-path: true 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' || '' }}