From b125707f9101f090f8399cdabee6aac6996e83f5 Mon Sep 17 00:00:00 2001 From: Zac Harrold Date: Fri, 6 Dec 2024 11:05:08 +1100 Subject: [PATCH] Remove duplicate entry in `check-compile-no-std` --- tools/ci/src/commands/compile_check_no_std.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/ci/src/commands/compile_check_no_std.rs b/tools/ci/src/commands/compile_check_no_std.rs index c5d47f1b03062..6e057ba4d2050 100644 --- a/tools/ci/src/commands/compile_check_no_std.rs +++ b/tools/ci/src/commands/compile_check_no_std.rs @@ -62,14 +62,6 @@ impl Prepare for CompileCheckNoStdCommand { "Please fix compiler errors in output above for bevy_mikktspace no_std compatibility.", )); - commands.push(PreparedCommand::new::( - cmd!( - sh, - "cargo check -p bevy_mikktspace --no-default-features --features libm --target {target}" - ), - "Please fix compiler errors in output above for bevy_mikktspace no_std compatibility.", - )); - commands.push(PreparedCommand::new::( cmd!( sh,