mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-28 09:33:55 -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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
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)
|
- name: Restore compiler cache (ccache)
|
||||||
id: ccache_restore
|
id: ccache_restore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue