Update build_macos.yml
[skip ci]
This commit is contained in:
parent
c40e17388a
commit
c4fb8e9a1d
6
.github/workflows/build_macos.yml
vendored
6
.github/workflows/build_macos.yml
vendored
@ -63,8 +63,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
|
|
||||||
- name: Hire a Ninja
|
- name: Install CMake & Ninja
|
||||||
run: brew install ninja
|
uses: lukka/get-cmake@latest
|
||||||
|
with:
|
||||||
|
cmakeVersion: 3.29.2
|
||||||
|
|
||||||
- name: sccache
|
- name: sccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user