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 8019172 commit 2731b11Copy full SHA for 2731b11
.github/workflows/push.yml
@@ -55,7 +55,7 @@ jobs:
55
all-tools-${{ github.sha }}-
56
all-tools-
57
- name: Install graphviz
58
- run: apt-get update && apt-get install -y graphviz
+ run: sudo apt-get update && sudo apt-get install -y graphviz
59
- name: Setup PHP
60
uses: shivammathur/setup-php@master
61
with:
0 commit comments