Merge pull request #2227 from Jaizu/patch-11

Use apt update before installing bin utils
This commit is contained in:
GriffinR 2026-01-18 17:46:52 -05:00 committed by GitHub
commit 2ea4cf42cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ jobs:
- name: Install binutils
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