install libpng for workflow

This commit is contained in:
scawful
2025-09-24 20:47:05 -04:00
parent 912cc3fb56
commit 8b669c4553

View File

@@ -40,6 +40,9 @@ jobs:
- name: Install Boost and Boost Python
run: sudo apt install libboost-all-dev libboost-python-dev
- name: Install libpng
run: sudo apt install libpng-dev
- name: Install CPython headers
run: sudo apt install python3-dev libpython3-dev