Skip to content

Commit

Permalink
_ci-mac-homebrew.sh: ignore brew update failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Sep 2, 2023
1 parent babdcc4 commit 4d6591c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci-mac-homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
export HOMEBREW_NO_ANALYTICS=1
export HOMEBREW_NO_ANALYTICS_MESSAGE_OUTPUT=1
brew update >/dev/null
brew update >/dev/null || true
# shellcheck disable=SC2086
# Using `|| true` to avoid failing due to preinstalled non-Homebrew
# python3: `Could not symlink bin/2to3`
Expand Down

0 comments on commit 4d6591c

Please sign in to comment.