We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601ccaf commit 6488d90Copy full SHA for 6488d90
ci/azure-pipelines-steps.yml
@@ -28,7 +28,8 @@ steps:
28
29
- ${{ if eq(parameters.installer, 'brew') }}:
30
- script: |
31
- brew install pkg-config ffmpeg imagemagick mplayer ccache xquartz
+ brew cask install xquartz
32
+ brew install pkg-config ffmpeg imagemagick mplayer ccache
33
displayName: 'Install dependencies with brew'
34
35
- ${{ if eq(parameters.installer, 'apt') }}:
0 commit comments