Skip to content

Commit 39d0276

Browse files
committed
try overriding toolchain
1 parent 0567aec commit 39d0276

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/nightly.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ set -e -x
55

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

1013
make install

0 commit comments

Comments
 (0)