Swap away from brew cask since it appears to be slower

This commit is contained in:
David Dworken 2024-02-11 11:57:18 -08:00
parent 33bc582d8b
commit af58ed6a1d
No known key found for this signature in database

View File

@ -49,7 +49,7 @@ jobs:
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 --cask docker
brew install docker
colima start
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
- name: Set up Datadog