We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0567aec commit 39d0276Copy full SHA for 39d0276
infra/nightly.sh
@@ -5,6 +5,9 @@ set -e -x
5
6
# Ensure egglog is in the path
7
export PATH="$PATH:$HOME/.cargo/bin/"
8
+
9
+rustup override list
10
+rustup override set stable
11
rustup update
12
13
make install
0 commit comments