install doxygen via brew

This commit is contained in:
Krishna Vedala 2020-05-28 18:18:19 -04:00
parent 1ef2e381fc
commit 9f9325e5f3
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -15,7 +15,8 @@ jobs:
- name: Install requirements - name: Install requirements
run: | run: |
sudo apt -qq -y update sudo apt -qq -y update
sudo apt -qq install doxygen graphviz ninja-build sudo apt -qq install graphviz ninja-build
sudo brew install doxygen
- name: configure - name: configure
run: cmake -G Ninja -B ./build -S . run: cmake -G Ninja -B ./build -S .
- name: build - name: build