diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index be6a8549c..547ffb94d 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -119,6 +119,10 @@ jobs: QT_MODULES: "qtimageformats qtmultimedia qtwebsockets" steps: + - name: Force clean cache + if: true + run: gh cache delete qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }} + - name: Restore thin Qt libraries id: restore_qt uses: actions/cache/restore@v4