CI fix test (#3530)

This commit is contained in:
Eduardo Quezada D'Ottone 2023-11-05 18:46:22 -03:00 committed by GitHub
parent 57c1dd97bb
commit 3004fd588a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,9 @@ jobs:
repository: pret/agbcc
- name: Install binutils
run: sudo apt install -y build-essential libpng-dev libelf-dev
run: |
sudo apt update
sudo apt install -y build-essential libpng-dev 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