mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Compare commits
3 commits
5a3b31acca
...
1b14f140d6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b14f140d6 | ||
|
|
11d0f12e1f | ||
|
|
107665c6be |
1 changed files with 4 additions and 4 deletions
8
.github/workflows/desktop-build.yml
vendored
8
.github/workflows/desktop-build.yml
vendored
|
|
@ -4,7 +4,7 @@ permissions:
|
|||
contents: write
|
||||
id-token: write
|
||||
attestations: write
|
||||
actions: write # needed for ccache action to be able to delete gha caches
|
||||
actions: write # needed for ccache action to be able to delete gha caches
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -339,7 +339,7 @@ jobs:
|
|||
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy
|
||||
CCACHE_SIZE: 550M
|
||||
CCACHE_EVICTION_AGE: 7d
|
||||
QT_VERSION: 6.11.*
|
||||
QT_VERSION: "6.10"
|
||||
QT_MODULES: qtimageformats qtmultimedia qtwebsockets
|
||||
|
||||
steps:
|
||||
|
|
@ -372,8 +372,8 @@ jobs:
|
|||
- name: Install aqtinstall
|
||||
run: pipx install 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
|
||||
# Resolve given version (e.g. Qt 6.8, Qt 6) to latest in range via aqtinstall to avoid stale caches on new releases
|
||||
- name: Resolve latest version for Qt ${{ env.QT_VERSION }}
|
||||
id: resolve_qt_version
|
||||
shell: bash
|
||||
run: .ci/resolve_latest_aqt_qt_version.sh "${{ env.QT_VERSION }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue