Skip to content

Commit

Permalink
Make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
bbqsrc committed Feb 5, 2024
1 parent 4f9de76 commit 0541fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion box/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fn main() {
let xargo = cargo_install_dir().join("xargo");

assert!(Command::new(xargo)
.args(&["build", "--release", "--target"])
.args(["build", "--release", "--target"])
.arg(&target)
.current_dir(cwd)
.status()
Expand Down

0 comments on commit 0541fbe

Please sign in to comment.