From 5b58d7092c2bab4f8db614d81234f9e70dda7589 Mon Sep 17 00:00:00 2001 From: Krishna Vedala Date: Thu, 28 May 2020 18:29:48 -0400 Subject: [PATCH] brew uses "ninja" and not "ninja-build" --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9749b9b8d..ed43f44ea 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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 .