We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3791f1 commit beac0faCopy full SHA for beac0fa
.github/workflows/test-on-push.yml
@@ -114,6 +114,7 @@ jobs:
114
sudo curl -L -o $LIMACTL_PATH https://github.com/mikekazakov/lima-nohvf/raw/master/limactl
115
sudo chmod +x $LIMACTL_PATH
116
colima start --network-address --arch arm64 --vm-type=qemu
117
+ brew install docker-compose
118
119
- name: Install dependencies
120
run: |
0 commit comments