install aqt

This commit is contained in:
tooomm 2026-03-14 19:53:04 +01:00 committed by GitHub
parent e52c2bb2f7
commit d913151ae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -361,10 +361,9 @@ jobs:
restore-keys: ccache-${{matrix.runner}}-${{matrix.soc}}-${{matrix.type}}-
- name: Install aqtinstall
if: matrix.os == 'macOS'
run: pipx install aqtinstall
# Checking if there's a newer, uncached version of Qt available to install via aqtinstall
# Resolve given wildcard versions (e.g. Qt 6.6.*) to latest version via aqtinstall to avoid stale caches on new releases
- name: Resolve latest Qt patch version
id: resolve_qt_version
shell: bash