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

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