Deprecate the brew cask step (fix #520) (#529)

This commit is contained in:
Roey Darwish Dror
2020-10-01 14:31:36 +03:00
committed by GitHub
parent 06369e6e4a
commit f5e6dc0fb3
3 changed files with 33 additions and 42 deletions

View File

@@ -150,7 +150,6 @@ fn run() -> Result<()> {
#[cfg(target_os = "macos")]
{
runner.execute(Step::Brew, "Brew Cask", || macos::run_brew_cask(&ctx))?;
runner.execute(Step::MacPorts, "MacPorts", || macos::run_macports(&ctx))?;
runner.execute(Step::MicrosoftAutoUpdate, "Microsoft AutoUpdate", || {
macos::run_msupdate(&ctx)