Skip to content

Commit

Permalink
move update
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Apr 5, 2021
1 parent 95d0fd0 commit f93d7aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .ci/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

if [[ $OS_NAME == "macos" ]]; then
brew update-reset && brew update
if [[ $COMPILER == "clang" ]]; then
brew install libomp
if [[ $AZURE == "true" ]]; then
Expand Down
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 f93d7aa

Please sign in to comment.