Skip to content

Commit a434f18

Browse files
committed
CI: Use sudo to run apt
1 parent 1acc1c7 commit a434f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ jobs:
369369
- run:
370370
name: Install Graphviz
371371
command: |
372-
apt-get update -y
373-
apt-get install -y --no-install-recommends graphviz
372+
sudo apt-get update -y
373+
sudo apt-get install -y --no-install-recommends graphviz
374374
- run:
375375
name: Install deps
376376
command: |

0 commit comments

Comments
 (0)