parent
019f7f5465
commit
6fa0f8f060
|
|
@ -87,8 +87,6 @@ jobs:
|
||||||
run: west init -l app
|
run: west init -l app
|
||||||
- name: West update
|
- name: West update
|
||||||
run: west update
|
run: west update
|
||||||
- name: West config Zephyr base
|
|
||||||
run: west config --global zephyr.base-prefer configfile
|
|
||||||
- name: West Zephyr export
|
- name: West Zephyr export
|
||||||
run: west zephyr-export
|
run: west zephyr-export
|
||||||
- name: Prepare variables
|
- name: Prepare variables
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,6 @@ jobs:
|
||||||
run: west init -l app
|
run: west init -l app
|
||||||
- name: West update
|
- name: West update
|
||||||
run: west update
|
run: west update
|
||||||
- name: West config Zephyr base
|
|
||||||
run: west config --global zephyr.base-prefer configfile
|
|
||||||
- name: West Zephyr export
|
- name: West Zephyr export
|
||||||
run: west zephyr-export
|
run: west zephyr-export
|
||||||
- name: Test all
|
- name: Test all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue