This commit is contained in:
Marcus Huderle
2026-02-22 08:42:04 -06:00
parent 338ec9d956
commit 7cf14a8e9e
+3 -1
View File
@@ -32,7 +32,9 @@ jobs:
ref: 'symbols'
- name: Install binutils
run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi libpng-dev
run: |
sudo apt update
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