Skip to content

Commit

Permalink
Workaround brew failure in GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz committed Jul 5, 2023
1 parent 12495d0 commit bea7eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/resources/ci/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ installBaseSoftware() {
installXDisplaySoftwareOnLinux
installDockerOnLinux
elif [[ $OS == "Darwin" ]]; then
brew update
brew update || true
brew install curl unzip || true
brew install docker
brew install docker || true
else
# Note: Docker is already installed on the windows VMs provisioned by GHA.
# Location: C:\Program Files\Docker\dockerd.exe
Expand Down

0 comments on commit bea7eb7

Please sign in to comment.