Skip to content

Commit

Permalink
fix: do we need to install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 24, 2024
1 parent 4f09d12 commit 41b42ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Docker installation - Mac
if: ${{ matrix.os.name == 'mac' }}
run: |
brew install colima docker docker-compose
brew install colima docker-compose
colima delete -f # delete existing profile
colima start --arch x86_64
Expand Down

0 comments on commit 41b42ff

Please sign in to comment.