Skip to content

Commit

Permalink
sw: workflow: Use sudo in apt
Browse files Browse the repository at this point in the history
Signed-off-by: Saalim Quadri <[email protected]>
  • Loading branch information
danascape committed Jul 31, 2023
1 parent c08d81e commit be6801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
apt install -y python3 python3-docutils python3-sphinx
sudo apt install -y python3 python3-docutils python3-sphinx
- name: Check documentation
run: |
Expand Down

0 comments on commit be6801e

Please sign in to comment.