mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
checkout only thirdparty submodules
This commit is contained in:
parent
818a702a49
commit
be6be711ff
1 changed files with 5 additions and 2 deletions
7
.github/workflows/desktop-build.yml
vendored
7
.github/workflows/desktop-build.yml
vendored
|
|
@ -162,8 +162,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Checkout thirdparty submodules
|
||||
run: |
|
||||
git submodule init thirdparty
|
||||
git submodule update thirdparty
|
||||
|
||||
- name: Restore compiler cache (ccache)
|
||||
id: ccache_restore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue