From 6fa0f8f060912763a0ec267abd6d6b91eb0ffd7c Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Fri, 11 Dec 2020 13:40:11 +0000 Subject: ci: remove zephyr.base-prefer configfile CI builds successfully without this step. PR: #498 --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows/build.yml') 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 -- cgit v1.2.3