Disable ccache explicitly, it's installed and available in PATH

`-- Found CCache C:/Strawberry/c/bin/ccache.exe`
This commit is contained in:
tooomm 2026-07-21 19:01:26 +02:00
parent 967b78c029
commit 99fefee2cd

View file

@ -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