mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-25 00:09:02 +01:00
Swap away from brew cask since it appears to be slower
This commit is contained in:
parent
33bc582d8b
commit
af58ed6a1d
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