Skip to content

Commit

Permalink
fix colima
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 7, 2024
1 parent 4a440b5 commit da4315a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
brew install colima
colima version
brew install docker
colima start --cpu 3 --memory 6 --disk 100 --vm-type=qemu --mount-
type=sshfs --dns=1.1.1.1
colima start --cpu 3 --memory 6 --disk 100 --vm-type=qemu --mount-type=sshfs --dns=1.1.1.1
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit da4315a

Please sign in to comment.