brew install without sudo

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

View File

@ -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