Skip to content

Commit

Permalink
polkavm-test-data: Use "cargo +nightly" instead of "cargo"
Browse files Browse the repository at this point in the history
Signed-off-by: Jarkko Sakkinen <[email protected]>
  • Loading branch information
jarkkojs committed Dec 16, 2024
1 parent df084cf commit c5fe193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polkavm-test-data/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fn build(project: &str, profile: &str, target: &str) -> Result<(), String> {
.env("PATH", std::env!("PATH"))
.env("RUSTFLAGS", remap)
.env("RUSTUP_HOME", std::env!("RUSTUP_HOME"))
.arg("+nightly")
.arg("build")
.arg("-q")
.arg("--profile")
Expand Down

0 comments on commit c5fe193

Please sign in to comment.