Skip to content

Commit 67ea5ce

Browse files
authored
Add Cargo bin dir to PATH
1 parent 37e0106 commit 67ea5ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/run-windows.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +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"
18+
1719
echo "$PATH"

0 commit comments

Comments
 (0)