Skip to content

Commit

Permalink
Add "apt update" (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue authored Jan 24, 2023
1 parent d75794c commit ba7860b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install ffmpeg
run: |
sudo apt update
sudo apt install ffmpeg
- name: Install dependencies
run: |
Expand Down

0 comments on commit ba7860b

Please sign in to comment.