Ignore curl failure

This commit is contained in:
fedor 2024-11-26 10:18:40 -05:00
parent 1ea5f77e35
commit ae70c6052d
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ build {
"source ~/.zprofile",
"brew --version",
"brew update",
"brew install curl wget unzip zip ca-certificates cmake gcc git-lfs jq yq gh gitlab-runner",
"brew install wget unzip zip ca-certificates cmake gcc git-lfs jq yq gh gitlab-runner",
"brew install curl || true", // doesn't work on Monterey
"brew install --cask git-credential-manager",
"git lfs install",
"sudo softwareupdate --install-rosetta --agree-to-license"