diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index c83991baf..81a8d19c1 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -125,7 +125,7 @@ jobs: GH_TOKEN: ${{ github.token }} GH_REPO: ${{ github.repository }} BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge - run: gh cache delete qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }} + run: gh api --method DELETE /repos/${{ github.repository }}/actions/caches?key=qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }} - name: Restore thin Qt libraries id: restore_qt