Fix install Qt step (#5883)

This commit is contained in:
tooomm 2025-04-28 06:31:00 +02:00 committed by GitHub
parent bb8213deb5
commit fc40fea97a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -380,7 +380,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
cache: true
setup-python: false
setup-python: true
version: ${{matrix.qt_version}}
arch: win64_${{matrix.qt_arch}}
tools: ${{matrix.qt_tools}}