Commit c43a375
committed
fix(uv-ffi): use USERPROFILE/temp_dir fallback on Windows instead of /tmp/uv
HOME is not set on Windows CI runners — falling through to hardcoded
/tmp/uv which doesn't exist, causing interpreter query panic at lib.rs:49.
Now checks USERPROFILE, LOCALAPPDATA, then std::env::temp_dir().1 parent 735bff0 commit c43a375
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
0 commit comments