Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-04-12 15:08:56 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-04-12 15:08:56 +1000
commitc4fb8e9a1db44b8df5e43cd94ecd64e0c1c0271b (patch)
treec1101290a64c5ded103362a280445004205121b4 /.github
parentc40e17388afd528b7411bf2f109b9242108564e1 (diff)
Update build_macos.yml
[skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_macos.yml6
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