mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
ci: Fix brew python link
This commit is contained in:
parent
0655c7a94c
commit
87744b16b0
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
popd || exit 1
|
popd || exit 1
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
${CI_RETRY_EXE} brew unlink python@2
|
||||||
${CI_RETRY_EXE} brew update
|
${CI_RETRY_EXE} brew update
|
||||||
# brew upgrade returns an error if any of the packages is already up to date
|
# brew upgrade returns an error if any of the packages is already up to date
|
||||||
# Failure is safe to ignore, unless we really need an update.
|
# Failure is safe to ignore, unless we really need an update.
|
||||||
|
|
Loading…
Add table
Reference in a new issue