File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -107,14 +107,20 @@ jobs:
107107 run : |
108108 brew update
109109 brew install qemu docker colima
110+ brew uninstall --ignore-dependencies lima
111+ curl https://raw.githubusercontent.com/Homebrew/homebrew-core/45464b6c4788a80be3f131ab5e2a4468cdfa960c/Formula/l/lima.rb > lima.rb
112+ brew install lima.rb
113+ LIMACTL_PATH=$(brew --prefix)/bin/limactl
114+ sudo curl -L -o $LIMACTL_PATH https://github.com/mikekazakov/lima-nohvf/raw/master/limactl
115+ sudo chmod +x $LIMACTL_PATH
110116 colima start --network-address --arch arm64 --vm-type=qemu
111117
112118 - name : Install dependencies
113119 run : |
114120 brew install shellcheck yamllint
115121 npm install -g npm@latest
116122 npm install
117-
123+
118124 - name : Build Fablo
119125 run : |
120126 shellcheck --version && \
You can’t perform that action at this time.
0 commit comments