mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 09:13:33 +08:00
[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)
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user