Skip to content

Commit

Permalink
fix-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourya742 committed Aug 22, 2024
1 parent 710d07f commit 5bd9797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Set up Docker
if: runner.os == 'macOS'
run: |
brew install docker docker-compose
brew install docker docker-compose colima
mkdir -p ~/.docker/cli-plugins
ln -sfn $(brew --prefix)/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
colima start --runtime docker
Expand Down

0 comments on commit 5bd9797

Please sign in to comment.