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