mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
Merge 5545be0a17 into b1fe4c85d3
This commit is contained in:
commit
a32b2006cf
8 changed files with 14 additions and 5762 deletions
5
.github/workflows/desktop-build.yml
vendored
5
.github/workflows/desktop-build.yml
vendored
|
|
@ -170,6 +170,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Checkout thirdparty submodules
|
||||
run: |
|
||||
git submodule init thirdparty
|
||||
git submodule update thirdparty
|
||||
|
||||
- name: Restore compiler cache (ccache)
|
||||
id: ccache_restore
|
||||
uses: actions/cache/restore@v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue