[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:
Erik Bershel
2023-08-11 11:47:08 +02:00
committed by GitHub
parent b0fc3ecdd4
commit 50ff20755c

View File

@@ -3,7 +3,7 @@ source ~/utils/utils.sh
arch=$(get_arch)
echo "Installing Google Chrome..."
brew_cask_install_ignoring_sha256 "google-chrome"
brew install --cask google-chrome
# Parse Google Chrome version
FULL_CHROME_VERSION=$("/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --version)