Merge pull request #2227 from Jaizu/patch-11
Use apt update before installing bin utils
This commit is contained in:
commit
2ea4cf42cc
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install binutils
|
- name: Install binutils
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi libpng-dev
|
sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi libpng-dev
|
||||||
# build-essential and git are already installed
|
# build-essential and git are already installed
|
||||||
# gcc-arm-none-eabi is only needed for the modern build
|
# gcc-arm-none-eabi is only needed for the modern build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user