From 61d3f768ed388f7f1aca3ebeb8d1a1d2927f21fb Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Sun, 18 Feb 2024 17:04:30 +0100 Subject: [PATCH] chore: wip Signed-off-by: Stephan Wendel --- .github/actions/build/action.yml | 2 +- .github/workflow_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 4f702386c..42bed4d56 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -86,7 +86,7 @@ runs: concat_helper "${SBC_CONFIG}/${BOARD_CONFIG}" # Write config to debug echo "::group::Print config file" - cat "${TMP_CONFIG}" + cat "${TMP_CONFIG}" | sort | uniq echo "::endgroup::" } diff --git a/.github/workflow_config.yml b/.github/workflow_config.yml index 203b00e0a..c0e72d09a 100644 --- a/.github/workflow_config.yml +++ b/.github/workflow_config.yml @@ -24,7 +24,7 @@ buildtest: # Raspberry Pi OS based images - raspberry/rpi-32bit - raspberry/rpi-64bit - # rpi 64 with KS + # rpi 64 with KlipperScreen - raspberry/rpi-64bit-klipperscreen # This is used to setup release build chain.