Skip to content

Commit 2ea2673

Browse files
committed
Install cmake also as workaround to path issue
Signed-off-by: Ian <[email protected]>
1 parent 8ad2b0b commit 2ea2673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
9090

9191
- name: Install Ninja
92-
run: brew install ninja
92+
run: brew install cmake ninja # /usr/local/bin/ninja
9393

9494
- name: Where is Ninja
9595
run: |

0 commit comments

Comments
 (0)