From d5363e2bea54ee5f34a38f242542051e97c01c03 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Thu, 6 Nov 2025 21:17:04 -0300 Subject: [PATCH] force delete cache --- .github/workflows/desktop-build.yml | 4 ++++ 1 file changed, 4 insertions(+) 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