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