Skip to content

Commit

Permalink
Add sudo to apt-get commands
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
  • Loading branch information
abitrolly authored and Zlopez committed Feb 1, 2024
1 parent 5dbe538 commit 24f67dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- uses: "actions/checkout@v4"
- name: "Install graphviz"
run: |
apt-get update
apt-get -y install graphviz
sudo apt-get update
sudo apt-get -y install graphviz
- name: "Install tox flake8"
run: |
python -m pip install tox flake8
Expand Down

0 comments on commit 24f67dd

Please sign in to comment.