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 4d6417b commit feee80dCopy full SHA for feee80d
.evergreen/scripts/install-dependencies.sh
@@ -28,7 +28,7 @@ if ! command -v just 2>/dev/null; then
28
# On most systems we can install directly.
29
_TARGET=""
30
if [ "Windows_NT" = "${OS:-}" ]; then
31
- TARGET="--target x86_64-pc-windows-msvc"
+ _TARGET="--target x86_64-pc-windows-msvc"
32
fi
33
echo "Installing just..."
34
mkdir -p "$_BIN_DIR" 2>/dev/null || true
0 commit comments