Skip to content

Commit 0196557

Browse files
ci: Add graphviz to macOS install
(Attempt to) fix missing gvpack error when running docs tests.
1 parent 1fe1e5b commit 0196557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-build-env/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
if: runner.os == 'macOS'
1515
shell: bash
1616
run: |
17-
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash
17+
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash graphviz
1818
1919
- name: Linux runtime environment
2020
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)