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