Skip to content

Commit

Permalink
Fixed X11 brew install command
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollway authored May 3, 2022
1 parent c2ee2c6 commit 787910f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pushrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ jobs:

- name: Install X11 dependencies on MacOS
run: |
brew --cask install xquartz
brew install --cask xquartz
- name: Query dependencies
run: |
Expand Down

0 comments on commit 787910f

Please sign in to comment.