libde265-dev is needed too
This commit is contained in:
parent
165acc9f4c
commit
b9e0135110
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -30,7 +30,9 @@ jobs:
|
||||
run:
|
||||
sudo apt-get update -qq -o Acquire::Retries=3
|
||||
|
||||
# libaom-dev is required by libheif-dev in the ppa, but not listed
|
||||
# libaom-dev and libde265-dev are required by the libheif.pc in
|
||||
# libheif-dev in the ppa, but not listed as deps in the debian package
|
||||
# see https://github.com/strukturag/libheif/issues/404
|
||||
- name: Install platform dependencies
|
||||
env:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
@ -48,6 +50,7 @@ jobs:
|
||||
libwebp-dev
|
||||
libtiff5-dev
|
||||
libaom-dev
|
||||
libde265-dev
|
||||
libheif-dev
|
||||
libexpat1-dev
|
||||
libcfitsio-dev
|
||||
|
Loading…
Reference in New Issue
Block a user