diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 63c9d1331..c83991baf 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -123,6 +123,8 @@ jobs: if: true env: 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 }} - name: Restore thin Qt libraries