Skip to content

Commit de4ef76

Browse files
author
Drake Nelson
authored
fix: Remove deprecated cask usage from brew install (#85 by @CHNB128)
1 parent 8b00f49 commit de4ef76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/setup_macos_executor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ steps:
4444
HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew >/dev/null
4545
HOMEBREW_NO_AUTO_UPDATE=1 brew tap homebrew/cask >/dev/null
4646
HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils >/dev/null
47-
HOMEBREW_NO_AUTO_UPDATE=1 brew cask install android-sdk >/dev/null
47+
HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask android-sdk >/dev/null
4848
touch .watchmanconfig
4949
node -v
5050

0 commit comments

Comments
 (0)