Skip to content

Commit

Permalink
Resolve dependencies intall break on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang committed Dec 23, 2022
1 parent bf726cc commit fdc4ba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
if: runner.os == 'macOS'
run: |
brew update
# Catched by https://github.com/actions/runner-images/issues/6817
brew upgrade || true
brew install --cask xquartz
shell: bash

Expand Down

0 comments on commit fdc4ba2

Please sign in to comment.