Skip to content

Commit

Permalink
CI: improve outputs for cargo/rustc infos
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Cheylus <foxy@free.fr>
  • Loading branch information
lcheylus committed May 30, 2024
1 parent 951a2a1 commit d6d0089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/openbsd_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ env | sort

# Tooling info
printf "\n## tooling infos\n"
echo "rust version"
echo "### Rust version"
rustc -vV
echo "cargo version"
echo "### cargo version"
cargo -vV
echo

Expand Down

0 comments on commit d6d0089

Please sign in to comment.