Skip to content

Commit

Permalink
added sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
awkrail committed Sep 14, 2024
1 parent 742259a commit b39f998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:

- name: Run ffmpeg
run: |
apt update
apt upgrade
apt install -y ffmpeg
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y ffmpeg
- name: Run dependency libraries
run: |
Expand Down

0 comments on commit b39f998

Please sign in to comment.