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

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