Skip to content

Commit d8eb99c

Browse files
committed
test28
1 parent b9ea7e0 commit d8eb99c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,18 @@ jobs:
106106
- name: Install Docker + Colima
107107
run: |
108108
brew update
109-
brew install qemu colima docker docker-compose
109+
brew install qemu colima docker
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+
mkdir -p ~/.docker/cli-plugins
118+
brew install docker-compose
119+
ln -sfn $(brew --prefix)/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
120+
117121
118122
- name: Install dependencies
119123
run: |

0 commit comments

Comments
 (0)