Skip to content

Commit 8019172

Browse files
committed
add graphviz
1 parent d4e2007 commit 8019172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
restore-keys: |
5555
all-tools-${{ github.sha }}-
5656
all-tools-
57+
- name: Install graphviz
58+
run: apt-get update && apt-get install -y graphviz
5759
- name: Setup PHP
5860
uses: shivammathur/setup-php@master
5961
with:

0 commit comments

Comments
 (0)