Skip to content

Commit 575a21b

Browse files
committed
prepend cargo to path
1 parent 39d0276 commit 575a21b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

infra/nightly.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
set -e -x
55

66
# Ensure egglog is in the path
7-
export PATH="$PATH:$HOME/.cargo/bin/"
8-
9-
rustup override list
10-
rustup override set stable
7+
export PATH="$HOME/.cargo/bin/:$PATH"
118
rustup update
129

1310
make install

0 commit comments

Comments
 (0)