summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-12-11 13:40:11 +0000
committerPete Johanson <peter@peterjohanson.com>2020-12-14 22:54:55 -0500
commit6fa0f8f060912763a0ec267abd6d6b91eb0ffd7c (patch)
tree75a71b036447890e933d6464ee496fcec8f37114 /.github
parent019f7f5465c97bef78bbe490d6b33a5ba7ea61fc (diff)
ci: remove zephyr.base-prefer configfile
CI builds successfully without this step. PR: #498
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/test.yml2
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 88e464e..5f251e6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 62a3405..d20b28a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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