diff options
author | Adrian <[email protected]> | 2022-04-08 18:44:12 +0200 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2022-04-18 23:34:50 -0400 |
commit | 3ff8014cf299d682f7e76296c0c7e8e53c041a87 (patch) | |
tree | 21cb6c08252d459ae3a9d02ed39e6b732895606d /.github | |
parent | 142d5187342e37b524b969f3e87b131478f1ac2b (diff) | |
download | zmk-3ff8014cf299d682f7e76296c0c7e8e53c041a87.tar.gz zmk-3ff8014cf299d682f7e76296c0c7e8e53c041a87.zip |
ci: sort build configuration output
Co-authored-by: Albert Y <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-user-config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 226a53c125..cb462b1a6d 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -100,7 +100,7 @@ jobs: west build -s zmk/app -b ${{ matrix.board }} -- -DZMK_CONFIG=${GITHUB_WORKSPACE}/${{ inputs.config_path }} ${{ steps.variables.outputs.extra-cmake-args }} ${{ matrix.cmake-args }} - name: ${{ steps.variables.outputs.display-name }} Kconfig file - run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$" + run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$" | sort - name: Rename artifacts run: | |