Skip to content

Commit b9ea7e0

Browse files
committed
test27
1 parent beac0fa commit b9ea7e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-on-push.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,15 @@ jobs:
106106
- name: Install Docker + Colima
107107
run: |
108108
brew update
109-
brew install qemu docker colima
109+
brew install qemu colima docker docker-compose
110110
brew uninstall --ignore-dependencies lima
111111
curl https://raw.githubusercontent.com/Homebrew/homebrew-core/45464b6c4788a80be3f131ab5e2a4468cdfa960c/Formula/l/lima.rb > lima.rb
112112
brew install lima.rb
113113
LIMACTL_PATH=$(brew --prefix)/bin/limactl
114114
sudo curl -L -o $LIMACTL_PATH https://github.com/mikekazakov/lima-nohvf/raw/master/limactl
115115
sudo chmod +x $LIMACTL_PATH
116116
colima start --network-address --arch arm64 --vm-type=qemu
117-
brew install docker-compose
118-
117+
119118
- name: Install dependencies
120119
run: |
121120
brew install shellcheck yamllint

0 commit comments

Comments
 (0)