Update desktop-build.yml

This commit is contained in:
tooomm 2025-04-26 23:57:39 +02:00 committed by GitHub
parent 54afb34398
commit e6603d3b4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -373,13 +373,13 @@ jobs:
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
cache: true cache: true
setup-python: true # temp workaround to fix action until new aqtversion is released setup-python: true
version: ${{matrix.qt_version}} version: ${{matrix.qt_version}}
arch: win64_${{matrix.qt_arch}} arch: win64_${{matrix.qt_arch}}
modules: ${{matrix.qt_modules}} modules: ${{matrix.qt_modules}}
- name: Run vcpkg - name: Run vcpkg
uses: lukka/run-vcpkg@11 uses: lukka/run-vcpkg@v11
with: with:
runVcpkgInstall: true runVcpkgInstall: true
doNotCache: false doNotCache: false