From 99fefee2cdf174cfe126cbe6a157c506dcc9bcb7 Mon Sep 17 00:00:00 2001 From: tooomm Date: Tue, 21 Jul 2026 19:01:26 +0200 Subject: [PATCH] Disable ccache explicitly, it's installed and available in PATH `-- Found CCache C:/Strawberry/c/bin/ccache.exe` --- .github/workflows/desktop-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 66e98ef79..67f3a2ace 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -325,6 +325,7 @@ jobs: qt_version: 6.11.0 qt_modules: qtimageformats qtmultimedia qtwebsockets type: Release + use_ccache: 0 name: ${{ matrix.os }} ${{ matrix.target }}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }} needs: configure