Skip to content

Commit c3791f1

Browse files
committed
test25
1 parent 9937a34 commit c3791f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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 && \

0 commit comments

Comments
 (0)