mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +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:
@@ -2,7 +2,7 @@
|
||||
source ~/utils/invoke-tests.sh
|
||||
|
||||
echo "Installing Firefox..."
|
||||
brew cask install firefox
|
||||
brew install --cask firefox
|
||||
|
||||
echo "Installing Geckodriver..."
|
||||
brew install geckodriver
|
||||
|
||||
Reference in New Issue
Block a user