Skip to content

Commit

Permalink
Try to fix Build Wheels.
Browse files Browse the repository at this point in the history
Failing with the error in
actions/runner-images#1811 (comment).
Attempting the workaround in
actions/runner-images#1811 (comment).
  • Loading branch information
rchen152 committed Oct 20, 2020
1 parent a4d56ef commit 6762f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_scripts/wheels/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -eux

brew untap local/openssl
brew untap local/python2
brew update
python -V
brew install -v bison || brew upgrade bison
Expand Down

0 comments on commit 6762f92

Please sign in to comment.