Skip to content

Commit

Permalink
[ci] run 'brew update' in macOS jobs (fixes #4160) (#4161)
Browse files Browse the repository at this point in the history
* [ci] run 'brew update' in macOS jobs (fixes #4160)

* move update
  • Loading branch information
jameslamb authored Apr 5, 2021
1 parent 6d825cd commit 2885d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/test_r_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2885d3e

Please sign in to comment.