mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33: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"
|
QT_MODULES: "qtimageformats qtmultimedia qtwebsockets"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Force clean cache
|
||||||
|
if: true
|
||||||
|
run: gh cache delete qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }}
|
||||||
|
|
||||||
- name: Restore thin Qt libraries
|
- name: Restore thin Qt libraries
|
||||||
id: restore_qt
|
id: restore_qt
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue