Skip to content

Commit

Permalink
fix: Remove deprecated cask usage from brew install (#85 by @CHNB128)
Browse files Browse the repository at this point in the history
  • Loading branch information
CHNB128 committed Mar 18, 2021
1 parent 8b00f49 commit de4ef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/setup_macos_executor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ steps:
HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew >/dev/null
HOMEBREW_NO_AUTO_UPDATE=1 brew tap homebrew/cask >/dev/null
HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils >/dev/null
HOMEBREW_NO_AUTO_UPDATE=1 brew cask install android-sdk >/dev/null
HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask android-sdk >/dev/null
touch .watchmanconfig
node -v
Expand Down

0 comments on commit de4ef76

Please sign in to comment.