Skip to content

Commit

Permalink
CI fix test (#3530)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Nov 5, 2023
1 parent 57c1dd9 commit 3004fd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3004fd5

Please sign in to comment.