This commit is contained in:
Bruno Alexandre Rosa 2025-11-06 21:23:17 -03:00
parent 7449705cec
commit 7282e12066

View file

@ -125,7 +125,7 @@ jobs:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }} GH_REPO: ${{ github.repository }}
BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge 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 - name: Restore thin Qt libraries
id: restore_qt id: restore_qt