We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9597b6e commit a6897ceCopy full SHA for a6897ce
.github/workflows/test-on-push.yml
@@ -56,6 +56,7 @@ jobs:
56
if: runner.os == 'macOS'
57
run: |
58
brew install docker colima
59
+ brew install qemu
60
colima version
61
docker --version
62
colima start --cpu 3 --memory 6 --disk 100 --vm-type=qemu --mount-type=sshfs --dns=1.1.1.1
0 commit comments