Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: unsupported output in build script
✗ CI failure Martin Hansen committed 2 years ago
commit 4a67e48d984075e73fe497cfb63db4994bed6ed0
parent 345fa57b6429b31dedcf337c4b1ca21bd84ecdd5
1 failed (1 total) View logs
1 file changed +3 -3
modified build.rs
@@ -86,9 +86,9 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
        })
        .unwrap_or(0.to_string());

-
    println!("cargo::rustc-env=RADICLE_VERSION={version}");
-
    println!("cargo::rustc-env=GIT_COMMIT_TIME={commit_time}");
-
    println!("cargo::rustc-env=GIT_HEAD={hash}");
+
    println!("cargo:rustc-env=RADICLE_VERSION={version}");
+
    println!("cargo:rustc-env=GIT_COMMIT_TIME={commit_time}");
+
    println!("cargo:rustc-env=GIT_HEAD={hash}");

    Ok(())
}