mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
[macOS] brew --cask option fix. (#2325)
* [macOS] brew --cask option fix. * removed curl from HS * return curl back
This commit is contained in:
@@ -6,7 +6,7 @@ echo "Installing Chrome..."
|
||||
brew_cask_install_ignoring_sha256 "google-chrome"
|
||||
|
||||
echo "Installing Chrome Driver"
|
||||
brew cask install chromedriver
|
||||
brew install --cask chromedriver
|
||||
|
||||
echo "Installing Selenium"
|
||||
brew install selenium-server-standalone
|
||||
|
||||
Reference in New Issue
Block a user