From 107665c6be7a078f265203cf84841ce2f746212b Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 20 Apr 2026 22:15:02 +0200 Subject: [PATCH 1/3] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 2fffb7f20..861723cdd 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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.11 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 }}" From 11d0f12e1f69dc9d30d76b70d85c7b8029786129 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 20 Apr 2026 22:19:27 +0200 Subject: [PATCH 2/3] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 861723cdd..47f1fdf18 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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: From 1b14f140d6228f11fe371f69b9888c473305356a Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 20 Apr 2026 22:30:55 +0200 Subject: [PATCH 3/3] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 47f1fdf18..26e061e71 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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.10 + QT_VERSION: "6.10" QT_MODULES: qtimageformats qtmultimedia qtwebsockets steps: