Skip to content

Commit

Permalink
[ci] run 'brew update' in macOS jobs (fixes #4160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Apr 4, 2021
1 parent d517ba1 commit 95d0fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/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

0 comments on commit 95d0fd0

Please sign in to comment.