Skip to content

Commit 4d6417b

Browse files
committed
fix install-deps
1 parent d1dc945 commit 4d6417b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if ! command -v just 2>/dev/null; then
3131
TARGET="--target x86_64-pc-windows-msvc"
3232
fi
3333
echo "Installing just..."
34+
mkdir -p "$_BIN_DIR" 2>/dev/null || true
3435
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- $_TARGET --to "$_BIN_DIR" || {
3536
_pip_install rust-just just
3637
}

0 commit comments

Comments
 (0)