Skip to content

Commit 2731b11

Browse files
committed
Add sudo
1 parent 8019172 commit 2731b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
all-tools-${{ github.sha }}-
5656
all-tools-
5757
- name: Install graphviz
58-
run: apt-get update && apt-get install -y graphviz
58+
run: sudo apt-get update && sudo apt-get install -y graphviz
5959
- name: Setup PHP
6060
uses: shivammathur/setup-php@master
6161
with:

0 commit comments

Comments
 (0)