Skip to content

Commit 2b4552a

Browse files
authored
Try with bashrc
1 parent eef45f8 commit 2b4552a

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="/c/Users/$USERNAME/.cargo/bin:$PATH"
17+
echo 'export PATH="/c/Users/$USERNAME/.cargo/bin:$PATH"' >> ~/.bashrc
1818

1919
echo "$PATH"

0 commit comments

Comments
 (0)