stupid human

This commit is contained in:
tooomm 2026-08-22 12:59:00 +02:00 committed by GitHub
parent cca639fb4c
commit 18970638ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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