Skip to content

Commit

Permalink
Fix CI: unexpected cfg condition name: nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Sep 14, 2024
1 parent c507ff8 commit cea2099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions futures/tests/no-std/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use std::{env, process::Command};

fn main() {
if is_nightly() {
println!("cargo::rustc-check-cfg=cfg(nightly)");
println!("cargo:rustc-cfg=nightly");
}
}
Expand Down

0 comments on commit cea2099

Please sign in to comment.