Skip to content

Commit

Permalink
Bug 1893999 [wpt PR 45953] - Fix chrome install, a=testonly
Browse files Browse the repository at this point in the history
Automatic update from web-platform-tests
Fix chrome install (#45953)

--

wpt-commits: 1fedf57504633f27bdff95b5ee9ebda1bdfcd4ca
wpt-pr: 45953
  • Loading branch information
sadym-chromium authored and moz-wptsync-bot committed May 2, 2024
1 parent d6c3bd6 commit 9fbda4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/web-platform/tests/tools/ci/azure/install_chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
set -eux -o pipefail
HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall --cask google-chrome || true
HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall --cask chromedriver || true
curl https://raw.githubusercontent.com/Homebrew/homebrew-cask-versions/master/Casks/google-chrome-dev.rb > google-chrome-dev.rb
HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask google-chrome-dev.rb
curl https://raw.githubusercontent.com/Homebrew/homebrew-cask/HEAD/Casks/g/google-chrome@dev.rb > google-chrome@dev.rb
HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask google-chrome@dev.rb
displayName: 'Install Chrome Dev'
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))

0 comments on commit 9fbda4f

Please sign in to comment.