Skip to content

Commit

Permalink
apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
jblom committed Sep 19, 2023
1 parent af4b9c3 commit 00ebf81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: install libgl1
run: sudo apt-get install -y libgl1

# - name: install ffmpeg
# run: sudo apt-get install -y ffmpeg --fix-missing
- name: install ffmpeg
run: sudo apt-get update && sudo apt-get install -y ffmpeg --fix-missing

- name: "test"
run: poetry run pytest
Expand Down

0 comments on commit 00ebf81

Please sign in to comment.