Skip to content

Commit

Permalink
Add +nightly to simulator builds
Browse files Browse the repository at this point in the history
  • Loading branch information
garethknowles committed Apr 2, 2024
1 parent f46cda4 commit 935aece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ impl Build {
let mut args = if self.device {
vec!["+nightly", "build"]
} else {
vec!["build"]
vec!["+nightly", "build"]
};

let project_path = if let Some(manifest_path) = opt.manifest_path.as_ref() {
Expand Down

0 comments on commit 935aece

Please sign in to comment.