Skip to content

Commit

Permalink
build: fix wine installation in CI (#53)
Browse files Browse the repository at this point in the history
* install macOS wine via brew cask
* install xquartz
  • Loading branch information
malept authored Mar 10, 2020
1 parent 1e770f7 commit 2e752e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ step-install-os-dependencies: &step-install-os-dependencies
sudo apt-get install --no-install-recommends -y wine64 wine32 wine
;;
Darwin)
brew install wine
brew cask install xquartz wine-stable
;;
esac
Expand Down

0 comments on commit 2e752e3

Please sign in to comment.