Skip to content

Commit ee72145

Browse files
authored
Merge pull request #59 from Vonage/APIAPEX-2468/fix_cli_release
APIAPEX-2468: fix cli release workflow
2 parents 2dd98f0 + 2f92994 commit ee72145

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ jobs:
4646
- name: Set up Docker
4747
run: |
4848
brew install docker docker-machine docker-compose
49-
5049
sudo mkdir -p /usr/local/bin
5150
sudo curl -L -o /usr/local/bin/colima https://github.com/abiosoft/colima/releases/download/v0.6.7/colima-Darwin-x86_64 && sudo chmod +x /usr/local/bin/colima
52-
brew install lima
51+
brew install lima lima-additional-guestagents
5352
brew install qemu
5453
colima start
55-
5654
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
5755
5856
- name: Cache Go modules

0 commit comments

Comments
 (0)