Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Feb 18, 2024
1 parent 6883973 commit 61d3f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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::"
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflow_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 61d3f76

Please sign in to comment.