diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-12 15:08:56 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-12 15:08:56 +1000 |
commit | c4fb8e9a1db44b8df5e43cd94ecd64e0c1c0271b (patch) | |
tree | c1101290a64c5ded103362a280445004205121b4 /.github | |
parent | c40e17388afd528b7411bf2f109b9242108564e1 (diff) |
Update build_macos.yml
[skip ci]
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_macos.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index d1de33c..e55e534 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -63,8 +63,10 @@ jobs: with: submodules: 'recursive' - - name: Hire a Ninja - run: brew install ninja + - name: Install CMake & Ninja + uses: lukka/get-cmake@latest + with: + cmakeVersion: 3.29.2 - name: sccache uses: hendrikmuhs/ccache-action@v1.2 |