Skip to content

Commit

Permalink
Remove duplicate entry in check-compile-no-std
Browse files Browse the repository at this point in the history
  • Loading branch information
bushrat011899 committed Dec 6, 2024
1 parent 72a31da commit b125707
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tools/ci/src/commands/compile_check_no_std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::<Self>(
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::<Self>(
cmd!(
sh,
Expand Down

0 comments on commit b125707

Please sign in to comment.