mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-22 22:28:51 +01:00
Swap away from brew cask since it appears to be slower
This commit is contained in:
parent
b27fde71c9
commit
e91eeb1f04
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user