Use cask for installing homebrew to speed up github actions

This commit is contained in:
David Dworken 2024-02-11 10:30:54 -08:00
parent fa65aeda36
commit 7bce688fc5
No known key found for this signature in database

View File

@ -46,10 +46,10 @@ jobs:
sudo scutil --set HostName ghaction-runner-hostname
- name: MacOS Docker Setup
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-14 '}}
continue-on-error: true
continue-on-error: true # Since colima is flaky, and a failure here only impacts our metrics
run: |
# Install docker so it can be used for datadog
brew install docker
brew install --cask docker
colima start
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
- name: Set up Datadog