brew uses "ninja" and not "ninja-build"

This commit is contained in:
Krishna Vedala 2020-05-28 18:29:48 -04:00
parent f2a6b63c53
commit 5b58d7092c
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -14,7 +14,7 @@ jobs:
submodules: true
- name: Install requirements
run: |
brew install graphviz ninja-build
brew install graphviz ninja
brew install doxygen
- name: configure
run: cmake -G Ninja -B ./build -S .