libde265-dev is needed too

This commit is contained in:
John Cupitt 2020-12-23 12:40:46 +00:00
parent 165acc9f4c
commit b9e0135110
1 changed files with 4 additions and 1 deletions

View File

@ -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