Skip to content

Commit f16c627

Browse files
authored
Fix the path
1 parent 67ea5ce commit f16c627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
1414
--target "$target" \
1515
--profile minimal -y
1616

17-
export PATH="$USERPROFILE/.cargo.bin:$PATH"
17+
export PATH="/c/Users/$USERNAME/.cargo.bin:$PATH"
1818

1919
echo "$PATH"

0 commit comments

Comments
 (0)