Skip to content

Commit 2e752e3

Browse files
authored
build: fix wine installation in CI (#53)
* install macOS wine via brew cask * install xquartz
1 parent 1e770f7 commit 2e752e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ step-install-os-dependencies: &step-install-os-dependencies
4545
sudo apt-get install --no-install-recommends -y wine64 wine32 wine
4646
;;
4747
Darwin)
48-
brew install wine
48+
brew cask install xquartz wine-stable
4949
;;
5050
esac
5151

0 commit comments

Comments
 (0)