Fix libpng installation for workflow on Ubuntu 24.04

This commit is contained in:
GriffinR
2024-10-11 13:36:05 -04:00
parent 311d317eb3
commit 99de06de5f
+2 -2
View File
@@ -32,8 +32,8 @@ jobs:
ref: 'symbols' ref: 'symbols'
- name: Install binutils - name: Install binutils
run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi libpng-dev
# build-essential, git, and libpng-dev are already installed # build-essential and git are already installed
# gcc-arm-none-eabi is only needed for the modern build # gcc-arm-none-eabi is only needed for the modern build
# as an alternative to dkP # as an alternative to dkP