mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 10:04:46 -07:00
Fix install Qt step (#5883)
This commit is contained in:
parent
bb8213deb5
commit
fc40fea97a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -380,7 +380,7 @@ jobs:
|
||||||
uses: jurplel/install-qt-action@v4
|
uses: jurplel/install-qt-action@v4
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
setup-python: false
|
setup-python: true
|
||||||
version: ${{matrix.qt_version}}
|
version: ${{matrix.qt_version}}
|
||||||
arch: win64_${{matrix.qt_arch}}
|
arch: win64_${{matrix.qt_arch}}
|
||||||
tools: ${{matrix.qt_tools}}
|
tools: ${{matrix.qt_tools}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue