workflows: build: Do not install west and requirements
This is not necessary since it's running in the zephyr docker image, that already contains them. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
8b3555951d
commit
605c65039f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -17,10 +17,8 @@ jobs:
|
|||
- name: Initialize
|
||||
working-directory: example-application
|
||||
run: |
|
||||
pip3 install -U west
|
||||
west init -l .
|
||||
west update
|
||||
pip3 install -r ../zephyr/scripts/requirements-base.txt
|
||||
|
||||
- name: Build firmware
|
||||
working-directory: example-application
|
||||
|
|
Loading…
Reference in a new issue