mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
use api
This commit is contained in:
parent
7449705cec
commit
7282e12066
1 changed files with 1 additions and 1 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue