Skip to content

Commit

Permalink
Install colima on macos ga runners
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Apr 24, 2024
1 parent a006d60 commit 8684dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup docker on MacOs
if: runner.os == 'macos'
run: |
brew install docker
brew install docker colima
colima start
- run : |
docker --version
Expand Down

0 comments on commit 8684dfb

Please sign in to comment.