Skip to content

Commit

Permalink
Fix macOS CI
Browse files Browse the repository at this point in the history
Workaround mentioned in actions/runner-images#1811 .
  • Loading branch information
traversaro authored Oct 14, 2020
1 parent 13d82bd commit 90c1c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ jobs:
if: matrix.os == 'macOS-latest'
run: |
cmake --version
brew uninstall openssl@1.0.2t
brew cask install xquartz
# Update homebrew
brew update
Expand Down

0 comments on commit 90c1c22

Please sign in to comment.