Skip to content

Commit

Permalink
ci: Ensure there is a fallback for no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 20, 2024
1 parent a0e0481 commit 393fdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
test_target() {
build_cmd="${1}"
target="${2}"
no_std="${3}"
no_std="${3:-}"

# If there is a std component, fetch it:
if [ "${no_std}" != "1" ]; then
Expand Down

0 comments on commit 393fdd5

Please sign in to comment.