Skip to content

Commit

Permalink
CI: Fix macOS
Browse files Browse the repository at this point in the history
It misses `graphviz` to build the documentation.
  • Loading branch information
wismill committed Jun 23, 2023
1 parent 2e92fcf commit 86fd60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade meson PyYAML
brew install libxml2 doxygen bison ninja
brew install libxml2 doxygen bison ninja graphviz
brew link bison --force
env:
HOMEBREW_NO_AUTO_UPDATE: 1
Expand Down

0 comments on commit 86fd60a

Please sign in to comment.