From 18970638ad6db2ad8932c9531c58d3110a45834e Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 22 Aug 2026 12:59:00 +0200 Subject: [PATCH] stupid human --- .github/workflows/desktop-build.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 5168921da..145439d7a 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -407,6 +407,15 @@ jobs: echo "Archives (Windows):" aqt list-qt windows desktop --archives 6.10.3 win64_msvc2022_64 + - name: "List available Qt modules (aqtinstall)" + shell: bash + run: | + echo "Modules (Mac):" + aqt list-qt mac desktop --modules ${{ steps.resolve_qt_version.outputs.version }} clang_64 + echo "" + echo "Modules (Windows):" + aqt list-qt windows desktop --modules 6.10.3 win64_msvc2022_64 + - name: "List avaialble Qt tools (aqtinstall)" shell: bash run: | @@ -448,11 +457,6 @@ jobs: key: thin-qt-macos-${{ matrix.soc }}-${{ steps.resolve_qt_version.outputs.version }} path: ${{ github.workspace }}/Qt - - name: "[macOS] Check lrelease dependencies" - if: matrix.os == 'macOS' - shell: bash - run: otool -L ${{ github.workspace }}/Qt/${{ steps.resolve_qt_version.outputs.version }}/macos/bin/lrelease - - name: "[Windows] Install Qt ${{ matrix.qt_version }}" if: matrix.os == 'Windows' uses: jurplel/install-qt-action@v4