Skip to content

Commit

Permalink
ci: Add graphviz to macOS install
Browse files Browse the repository at this point in the history
(Attempt to) fix missing gvpack error when running docs tests.
  • Loading branch information
KrystalDelusion committed Mar 21, 2024
1 parent 1fe1e5b commit 0196557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-build-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
if: runner.os == 'macOS'
shell: bash
run: |
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash graphviz
- name: Linux runtime environment
if: runner.os == 'Linux'
Expand Down

0 comments on commit 0196557

Please sign in to comment.