mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
Checkout submodules and install ninja
This commit is contained in:
parent
d1881f3d19
commit
3c212055e1
1 changed files with 4 additions and 2 deletions
6
.github/workflows/desktop-build.yml
vendored
6
.github/workflows/desktop-build.yml
vendored
|
|
@ -271,12 +271,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install ccache using Homebrew # (TODO: install it either via GHA or via vcpkg)
|
- name: Install ccache and Ninja using Homebrew # (TODO: install them either via GHA or via vcpkg)
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
brew install ccache
|
brew install ccache ninja
|
||||||
|
|
||||||
- name: Setup vcpkg cache
|
- name: Setup vcpkg cache
|
||||||
id: vcpkg-cache
|
id: vcpkg-cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue