diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-11 13:40:11 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-14 22:54:55 -0500 |
commit | 6fa0f8f060912763a0ec267abd6d6b91eb0ffd7c (patch) | |
tree | 75a71b036447890e933d6464ee496fcec8f37114 /.github/workflows/build.yml | |
parent | 019f7f5465c97bef78bbe490d6b33a5ba7ea61fc (diff) |
ci: remove zephyr.base-prefer configfile
CI builds successfully without this step.
PR: #498
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 0 insertions, 2 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 |