mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 02:18:40 +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:
@@ -3,7 +3,7 @@ source ~/utils/utils.sh
|
||||
source ~/utils/invoke-tests.sh
|
||||
|
||||
echo "Installing Microsoft Edge..."
|
||||
brew cask install microsoft-edge
|
||||
brew install --cask microsoft-edge
|
||||
|
||||
EDGE_INSTALLATION_PATH="/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge"
|
||||
EDGE_VERSION=$("$EDGE_INSTALLATION_PATH" --version | cut -d' ' -f 3)
|
||||
|
||||
Reference in New Issue
Block a user