"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "4306b22c5f34b12004247c6a04add8f752498d48"
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