From 99de06de5f90de2c1370eafd8a7835e5f8cd737f Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 11 Oct 2024 13:36:05 -0400 Subject: [PATCH] Fix libpng installation for workflow on Ubuntu 24.04 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ae5c58442..adc4cf6cd2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,8 +32,8 @@ jobs: ref: 'symbols' - name: Install binutils - run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi - # build-essential, git, and libpng-dev are already installed + run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi libpng-dev + # build-essential and git are already installed # gcc-arm-none-eabi is only needed for the modern build # as an alternative to dkP