mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 01:23:57 -07:00
force delete cache
This commit is contained in:
parent
d04c906d1e
commit
d5363e2bea
1 changed files with 4 additions and 0 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -119,6 +119,10 @@ jobs:
|
|||
QT_MODULES: "qtimageformats qtmultimedia qtwebsockets"
|
||||
|
||||
steps:
|
||||
- name: Force clean cache
|
||||
if: true
|
||||
run: gh cache delete qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }}
|
||||
|
||||
- name: Restore thin Qt libraries
|
||||
id: restore_qt
|
||||
uses: actions/cache/restore@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue