We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e2007 commit 8019172Copy full SHA for 8019172
.github/workflows/push.yml
@@ -54,6 +54,8 @@ jobs:
54
restore-keys: |
55
all-tools-${{ github.sha }}-
56
all-tools-
57
+ - name: Install graphviz
58
+ run: apt-get update && apt-get install -y graphviz
59
- name: Setup PHP
60
uses: shivammathur/setup-php@master
61
with:
0 commit comments