Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Sep 6, 2024
1 parent f941c06 commit 58056fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ jobs:

- name: Install Docker
run: |
brew install --cask docker
brew install docker
ls -l /Applications
ls -l ~/Applications
sudo /Applications/Docker.app/Contents/MacOS/Docker --unattended --install-privileged-components
open -a /Applications/Docker.app --args --unattended --accept-license
while ! /Applications/Docker.app/Contents/Resources/bin/docker info &>/dev/null; do sleep 1; done
Expand Down

0 comments on commit 58056fe

Please sign in to comment.