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 d1dc945 commit 4d6417bCopy full SHA for 4d6417b
.evergreen/scripts/install-dependencies.sh
@@ -31,6 +31,7 @@ if ! command -v just 2>/dev/null; then
31
TARGET="--target x86_64-pc-windows-msvc"
32
fi
33
echo "Installing just..."
34
+ mkdir -p "$_BIN_DIR" 2>/dev/null || true
35
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- $_TARGET --to "$_BIN_DIR" || {
36
_pip_install rust-just just
37
}
0 commit comments