Skip to content

Commit cc67a46

Browse files
authored
profile instead of bashrc
1 parent db0dcf7 commit cc67a46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/run-windows.sh

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

17-
echo 'export PATH="/c/Users/$USERNAME/.cargo/bin:$PATH"' >> ~/.bashrc
17+
ls ~/
18+
echo 'export PATH="/c/Users/$USERNAME/.cargo/bin:$PATH"' >> ~/.profile
1819

1920
echo "$PATH"

0 commit comments

Comments
 (0)