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: [PATCH] ci: remove zephyr.base-prefer configfile CI builds successfully without this step. PR: #498 --- .github/workflows/build.yml | 2 -- .github/workflows/test.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88e464e5..5f251e6c 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 62a34057..d20b28a7 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