From 522bf00e83c13555ce18fc255b25bb50b03885c8 Mon Sep 17 00:00:00 2001 From: sbird Date: Sun, 15 Oct 2023 15:54:32 +0200 Subject: [PATCH] bonk --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0627ce924712..d0f32627d52b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: repository: pret/agbcc - name: Install binutils - run: sudo apt install -y build-essentials libelf-dev + run: sudo apt install -y build-essential libelf-dev # build-essential, git, and libpng-dev are already installed # gcc-arm-none-eabi is only needed for the modern build # as an alternative to dkP