From 7cf14a8e9e77782fea717d1a710b89fd4f5f3f6d Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sun, 22 Feb 2026 08:42:04 -0600 Subject: [PATCH] Fix CI --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adc4cf6cd..c834234d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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