Skip to content

Commit

Permalink
Resolve dependencies intall break on macOS
Browse files Browse the repository at this point in the history
see: https://github.com/actions/runner-images/issues/6817
Signed-off-by: Shun Wang <shuonwang@gmail.com>
  • Loading branch information
shun2wang committed Dec 23, 2022
1 parent bf726cc commit 78c7aa8
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
# Caught by https://github.com/actions/runner-images/issues/6817
brew upgrade || true
brew install --cask xquartz
shell: bash

Expand Down

0 comments on commit 78c7aa8

Please sign in to comment.