Update CI dependencies.

Add libpng_native to VC++ projects.
This commit is contained in:
Michael R Sweet
2025-02-12 09:25:57 -05:00
parent b81d01f319
commit b2fc82f3a8
6 changed files with 9 additions and 3 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 libpng16-dev
run: sudo apt-get install -y cppcheck zlib1g-dev libpng-dev
- name: Configure PDFio
run: ./configure --enable-debug --enable-sanitizer --enable-maintainer
- name: Build PDFio

View File

@@ -32,7 +32,7 @@ jobs:
run: sudo apt-get update --fix-missing -y
- name: Install Prerequisites
run: sudo apt-get install -y zlib1g-dev
run: sudo apt-get install -y zlib1g-dev libpng-dev
- name: Initialize CodeQL
uses: github/codeql-action/init@v2

View File

@@ -12,7 +12,7 @@ jobs:
- name: Update Build Environment
run: sudo apt-get update --fix-missing -y
- name: Install Prerequisites
run: sudo apt-get install -y zlib1g-dev
run: sudo apt-get install -y zlib1g-dev libpng-dev
- name: Download Coverity Build Tool
run: |
wget -q https://scan.coverity.com/download/linux64 --post-data token="$TOKEN&project=$GITHUB_REPOSITORY" -O cov-analysis-linux64.tar.gz