Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit c9e4094

Browse files
committed
Debug CI
1 parent f4ceedc commit c9e4094

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/utils/wasm-builder/src/prerequisites.rs

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ fn check_nightly_installed() -> bool {
5656
.stdout
5757
).unwrap_or_default();
5858

59+
println!("VERSION: {}", version);
60+
println!("VERSION2: {}", version2);
61+
panic!();
62+
5963
version.contains("-nightly") || version2.contains("-nightly")
6064
}
6165

0 commit comments

Comments
 (0)