Browse Source

install.sh: print an exit message for missing deps (#496)

remotes/origin/add-with-shims
Waldir Pimenta 4 years ago committed by GitHub
parent
commit
26a3c1f57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .ci/install.sh

1
.ci/install.sh

@ -131,6 +131,7 @@ check_dependencies() { @@ -131,6 +131,7 @@ check_dependencies() {
fi
if [ "$SHOULD_EXIT" = "true" ]; then
echo "Not installing fnm due to missing dependencies."
exit 1
fi
}

Loading…
Cancel
Save