fix(ci): add system deps to unit test job for exiftool/heic tests

This commit is contained in:
SnapOtter
2026-05-16 19:35:05 +08:00
parent 1fb2802eea
commit 6717207c48
+4
View File
@@ -48,6 +48,10 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Install system dependencies (HEIC + ExifTool + ImageMagick + exotic format tools)
run: sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends libheif-examples libheif-plugin-x265 libheif-plugin-libde265 libimage-exiftool-perl imagemagick ghostscript libjxl-tools libopenjp2-tools
- uses: ./.github/actions/setup
- run: pnpm vitest run tests/unit/ --reporter=verbose