mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: install HEVC codec plugins for CI HEIC tests
Ubuntu 24.04 uses plugin-based libheif codecs. Added libheif-plugin-x265 (HEVC encoder) and libheif-plugin-libde265 (HEVC decoder) to the CI test job. Debian bookworm (Docker) bundles these in libheif1 directly.
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install libheif tools (for HEIC tests)
|
||||
run: sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends libheif-examples
|
||||
run: sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends libheif-examples libheif-plugin-x265 libheif-plugin-libde265
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user