Unverified Commit 2885d3e0 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] run 'brew update' in macOS jobs (fixes #4160) (#4161)

* [ci] run 'brew update' in macOS jobs (fixes #4160)

* move update
parent 6d825cd3
......@@ -77,6 +77,7 @@ fi
# Installing R precompiled for Mac OS 10.11 or higher
if [[ $OS_NAME == "macos" ]]; then
brew update-reset && brew update
if [[ $R_BUILD_TYPE == "cran" ]]; then
brew install automake
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment