Skip to content

Commit

Permalink
CI: Use sudo to run apt
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 18, 2023
1 parent 1acc1c7 commit a434f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ jobs:
- run:
name: Install Graphviz
command: |
apt-get update -y
apt-get install -y --no-install-recommends graphviz
sudo apt-get update -y
sudo apt-get install -y --no-install-recommends graphviz
- run:
name: Install deps
command: |
Expand Down

0 comments on commit a434f18

Please sign in to comment.