Fix builds without libpng.

This commit is contained in:
Michael R Sweet
2025-02-11 22:59:23 -05:00
parent 1b35321615
commit b81d01f319
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Update Build Environment
run: sudo apt-get update --fix-missing -y
- name: Install Prerequisites
run: sudo apt-get install -y cppcheck zlib1g-dev
run: sudo apt-get install -y cppcheck zlib1g-dev libpng16-dev
- name: Configure PDFio
run: ./configure --enable-debug --enable-sanitizer --enable-maintainer
- name: Build PDFio