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 3b4357e commit 2eec4aaCopy full SHA for 2eec4aa
.evergreen/scripts/install-dependencies.sh
@@ -52,6 +52,8 @@ if ! command -v just &>/dev/null; then
52
echo "Installing just..."
53
mkdir -p "$_BIN_DIR" 2>/dev/null || true
54
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- $_TARGET --to "$_BIN_DIR" || {
55
+ # Remove just file if it exists (can be created if there was an install error).
56
+ rm -f ${_BIN_DIR}/just
57
_pip_install rust-just just
58
}
59
echo "Installing just... done."
0 commit comments