Update mac_build.yml

This commit is contained in:
coco875
2024-01-24 16:52:59 -06:00
committed by Lywx
parent e03790f470
commit 9f5cd5566a
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: brew install cmake ninja xcode-tools
run: brew install cmake ninja xcodes
- name: Build
run: |
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Release