Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2d734f

Browse files
committed
Fix brew installation on Azure pipelines.
1 parent 75d1fbc commit a2d734f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ steps:
7272
texlive-xetex texlive-luatex
7373
;;
7474
darwin)
75-
brew cask install xquartz
75+
brew install --cask xquartz
7676
brew install pkg-config ffmpeg imagemagick mplayer ccache
7777
;;
7878
win32)

0 commit comments

Comments
 (0)