Skip to content

Commit

Permalink
Merge pull request #2 from strukturag/debug-ci-failures
Browse files Browse the repository at this point in the history
Install necessary packages for tests to succeed.
  • Loading branch information
fancycode authored Aug 28, 2024
2 parents 2e8cc8c + 1ae3eb1 commit 226d97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install libheif-dev
sudo apt-get -y install libheif-dev libheif-plugin-x265 libheif-plugin-aomenc
- name: Run tests
run: |
Expand Down

0 comments on commit 226d97f

Please sign in to comment.