mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
Change TMP for windows
This commit is contained in:
@@ -1292,7 +1292,6 @@ pub async fn handle_python_reqs(
|
||||
.envs(envs)
|
||||
.envs(PROXY_ENVS.clone())
|
||||
.env("SystemRoot", SYSTEM_ROOT.as_str())
|
||||
.env("TMP", "C:\\Users\\alex\\AppData\\Local\\Temp")
|
||||
.env(
|
||||
"TMP",
|
||||
std::env::var("TMP").unwrap_or_else(|_| String::from("/tmp")),
|
||||
|
||||
Reference in New Issue
Block a user