summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorcoco875 <pereira.jannin@gmail.com>2024-01-24 23:32:04 +0100
committerLywx <kiritodev01@gmail.com>2024-01-24 16:52:59 -0600
commit9f5cd5566aa17190ca1ff77cfd38878f535b9905 (patch)
treea42112c35791d3833fe78945a826bf87afea8964 /.github/workflows
parente03790f470a6806709ded275e61a21dacecc8600 (diff)
Update mac_build.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/mac_build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac_build.yml b/.github/workflows/mac_build.yml
index 7698e7e..3b11737 100644
--- a/.github/workflows/mac_build.yml
+++ b/.github/workflows/mac_build.yml
@@ -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