diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 547ffb94d..63c9d1331 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -121,6 +121,8 @@ jobs: steps: - name: Force clean cache if: true + env: + GH_TOKEN: ${{ github.token }} run: gh cache delete qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }} - name: Restore thin Qt libraries