We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2748d0 commit 52189c9Copy full SHA for 52189c9
.github/workflows/test-on-push.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Install Docker & Colima (macOS)
54
if: runner.os == 'macOS'
55
run: |
56
- brew install docker colima
+ brew install docker colima qemu
57
58
- name: Start Colima with qemu (macOS)
59
0 commit comments