Skip to content

Commit

Permalink
put colima back and add debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-git committed Dec 21, 2024
1 parent f6b4173 commit 602f723
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ jobs:
- name: Install Docker on macOS
if: runner.os == 'macOS'
run: |
brew install docker
brew install colima docker
colima start
eval $(colima docker-env)
docker version
docker info
- name: Install dependencies
run: |
Expand Down

0 comments on commit 602f723

Please sign in to comment.