Skip to content

Commit 6488d90

Browse files
committed
CI: try different way to install xquartz
1 parent 601ccaf commit 6488d90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/azure-pipelines-steps.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ steps:
2828
2929
- ${{ if eq(parameters.installer, 'brew') }}:
3030
- script: |
31-
brew install pkg-config ffmpeg imagemagick mplayer ccache xquartz
31+
brew cask install xquartz
32+
brew install pkg-config ffmpeg imagemagick mplayer ccache
3233
displayName: 'Install dependencies with brew'
3334
3435
- ${{ if eq(parameters.installer, 'apt') }}:

0 commit comments

Comments
 (0)