From f2a6b63c53a62ae8d60d38ed93ab954894e97929 Mon Sep 17 00:00:00 2001 From: Krishna Vedala Date: Thu, 28 May 2020 18:26:29 -0400 Subject: [PATCH] brew install without sudo --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c548dd05b..9749b9b8d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,8 +14,8 @@ jobs: submodules: true - name: Install requirements run: | - sudo brew install graphviz ninja-build - sudo brew install doxygen + brew install graphviz ninja-build + brew install doxygen - name: configure run: cmake -G Ninja -B ./build -S . - name: build