ci: remove zephyr.base-prefer configfile
CI builds successfully without this step. PR: #498
This commit is contained in:
parent
019f7f5465
commit
6fa0f8f060
2 changed files with 0 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -87,8 +87,6 @@ jobs:
|
|||
run: west init -l app
|
||||
- name: West update
|
||||
run: west update
|
||||
- name: West config Zephyr base
|
||||
run: west config --global zephyr.base-prefer configfile
|
||||
- name: West Zephyr export
|
||||
run: west zephyr-export
|
||||
- name: Prepare variables
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -43,8 +43,6 @@ jobs:
|
|||
run: west init -l app
|
||||
- name: West update
|
||||
run: west update
|
||||
- name: West config Zephyr base
|
||||
run: west config --global zephyr.base-prefer configfile
|
||||
- name: West Zephyr export
|
||||
run: west zephyr-export
|
||||
- name: Test all
|
||||
|
|
Loading…
Reference in a new issue