Skip to content

Commit

Permalink
ci: install colima via Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed May 11, 2024
1 parent a4a0a03 commit 72608fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-jython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
run: |
brew install docker
brew install colima docker
colima start
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
run: |
brew install docker
brew install colima docker
colima start
- name: Set up Docker Buildx
Expand Down

0 comments on commit 72608fa

Please sign in to comment.