Fix install Qt step (#5883)

This commit is contained in:
tooomm 2025-04-28 06:31:00 +02:00 committed by ebbit1q
parent f362b353b7
commit f52fe8f407

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