diff options
author | Albert Y <[email protected]> | 2022-11-11 08:48:16 +0800 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2022-11-10 22:12:01 -0600 |
commit | 1e98ea0afbbcc9bc8bcb1057a5290e0d4b1d594e (patch) | |
tree | 9fdb1a3b8ee0e4a4df43ce60beef148d23180061 /.github | |
parent | a9048956b500e1104bed69038b4a32c2c1e9b7ff (diff) | |
download | zmk-1e98ea0afbbcc9bc8bcb1057a5290e0d4b1d594e.tar.gz zmk-1e98ea0afbbcc9bc8bcb1057a5290e0d4b1d594e.zip |
fix(ci): Refactor west build step
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-user-config.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 3833abe80f..3d89ed7b32 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -99,8 +99,7 @@ jobs: - name: West Build (${{ env.display_name }}) shell: sh -x {0} - run: | - west build -s zmk/app -b ${{ matrix.board }} -- -DZMK_CONFIG=${GITHUB_WORKSPACE}/${{ inputs.config_path }} ${{ env.extra_cmake_args }} ${{ matrix.cmake-args }} + run: west build -s zmk/app -b ${{ matrix.board }} -- -DZMK_CONFIG=${GITHUB_WORKSPACE}/${{ inputs.config_path }} ${{ env.extra_cmake_args }} ${{ matrix.cmake-args }} - name: ${{ env.display_name }} Kconfig file run: grep -v -e "^#" -e "^$" build/zephyr/.config | sort |