Try to fix CI for Rust 1.58 (#3689)
PATH lookup for WIndows command execution was tweaked slightly to not search the cwd, so let's see if this fixes things...
This commit is contained in:
@@ -89,7 +89,7 @@ fn main() -> anyhow::Result<()> {
|
|||||||
.arg("ole32.lib")
|
.arg("ole32.lib")
|
||||||
.arg("bcrypt.lib");
|
.arg("bcrypt.lib");
|
||||||
if is_dir {
|
if is_dir {
|
||||||
"main.exe".to_string()
|
"./main.exe".to_string()
|
||||||
} else {
|
} else {
|
||||||
format!("./{}.exe", example)
|
format!("./{}.exe", example)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user