Split brew cask into a seperate step (fix #588) (#593)

This commit is contained in:
Roey Darwish Dror
2020-12-30 10:35:50 +02:00
committed by GitHub
parent 1e66a47764
commit 31db02d95a
3 changed files with 48 additions and 22 deletions

View File

@@ -65,7 +65,8 @@ type Commands = BTreeMap<String, String>;
pub enum Step {
Asdf,
Atom,
Brew,
BrewCask,
BrewFormula,
Cargo,
Chocolatey,
Choosenim,