Skip to content

Commit

Permalink
Fix dav1d in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FlareFlo committed Dec 28, 2023
1 parent 1a7f3a5 commit 2c53175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_build_avif2dds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install dav1d lib
run: sudo apt-get update && sudo apt install dav1d=1.3.0-2
run: sudo apt-get update && sudo apt install dav1d nasm

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 2c53175

Please sign in to comment.