This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Commit 314b264
committed
Use USERPROFILE env variable on Windows
$HOME is not defined by default on Windows.
$USERPROFILE will return the desired value
fixes actions-rs/toolchain#185, actions-rs/toolchain#1371 parent b6efa9c commit 314b264
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments