Skip to content

Commit 2ea4cf4

Browse files
Merge pull request #2227 from Jaizu/patch-11
Use apt update before installing bin utils
2 parents 6eb6888 + be80575 commit 2ea4cf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
- name: Install binutils
3535
run: |
36+
sudo apt update
3637
sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi libpng-dev
3738
# build-essential and git are already installed
3839
# gcc-arm-none-eabi is only needed for the modern build

0 commit comments

Comments
 (0)