Skip to content

Commit

Permalink
Run softwareupdate before running Safari stable
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders authored and jgraham committed Oct 26, 2021
1 parent 4d23eaf commit bc979b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/azure/install_safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ steps:
- ${{ if eq(parameters.channel, 'stable') }}:
- script: |
set -eux
sudo softwareupdate --install $( softwareupdate -l | grep -o '\* Label: \(Safari.*\)' | sed -e 's/* Label: //' )
sudo safaridriver --enable
defaults write com.apple.Safari WebKitJavaScriptCanOpenWindowsAutomatically 1
displayName: 'Configure Safari'

0 comments on commit bc979b5

Please sign in to comment.