Use apt update before installing bin utils

Seems to fix CLI actions!
This commit is contained in:
Jaizu 2026-01-18 20:14:16 +01:00 committed by GitHub
parent 6eb688876d
commit be8057540b
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