mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
brew uses "ninja" and not "ninja-build"
This commit is contained in:
parent
f2a6b63c53
commit
5b58d7092c
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user