Skip to content

Commit db4a241

Browse files
committed
contrib: fix check-crates.sh script for CI+MSRV
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent acc33e3 commit db4a241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/scripts/check-crates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ do
9494

9595
# If CI, clean every time to avoid to go out of space (GitHub Actions issue)
9696
if [ "$is_ci" == true ]; then
97-
cargo clean
97+
cargo $version clean
9898
fi
9999

100100
echo

0 commit comments

Comments
 (0)