diff options
| author | coco875 <pereira.jannin@gmail.com> | 2024-01-24 23:32:04 +0100 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-01-24 16:52:59 -0600 |
| commit | 9f5cd5566aa17190ca1ff77cfd38878f535b9905 (patch) | |
| tree | a42112c35791d3833fe78945a826bf87afea8964 /.github/workflows | |
| parent | e03790f470a6806709ded275e61a21dacecc8600 (diff) | |
Update mac_build.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/mac_build.yml | 2 |
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 |
