[macOS] Install Google Chrome cask with default method (#8070)
Reverting pretty old rework: https://github.com/actions/runner-images/pull/1861.
This commit is contained in:
@@ -3,7 +3,7 @@ source ~/utils/utils.sh
|
|||||||
arch=$(get_arch)
|
arch=$(get_arch)
|
||||||
|
|
||||||
echo "Installing Google Chrome..."
|
echo "Installing Google Chrome..."
|
||||||
brew_cask_install_ignoring_sha256 "google-chrome"
|
brew install --cask google-chrome
|
||||||
|
|
||||||
# Parse Google Chrome version
|
# Parse Google Chrome version
|
||||||
FULL_CHROME_VERSION=$("/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --version)
|
FULL_CHROME_VERSION=$("/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --version)
|
||||||
|
|||||||
Reference in New Issue
Block a user