Skip to content

Commit 03f758e

Browse files
committed
Print path to cargo in ci/run.sh
1 parent 3a503a3 commit 03f758e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ if [ "$QEMU" != "" ]; then
8080
exec grep "^PASSED .* tests" "${CARGO_TARGET_DIR}/out.log"
8181
fi
8282

83+
command -v cargo
84+
8385
build_types="+nightly +beta +stable +1.13.0 +1.19.0 +1.24.0 +1.30.0"
8486
for build_type in $build_types;
8587
do

0 commit comments

Comments
 (0)