File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments