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 61d3f76 commit d30b811
Showing 1 changed file with 1 addition and 1 deletion.
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}" | sort | uniq
cat "${TMP_CONFIG}" | uniq -u
echo "::endgroup::"
}
Expand Down

0 comments on commit d30b811

Please sign in to comment.