Skip to content

Commit e147ae6

Browse files
committed
ci: Use lima from brew
Since we are testing the latest commit there is no reason to build lima from source. This saves about 5 minutes and removes the go dependency. Signed-off-by: Nir Soffer <[email protected]>
1 parent 5e87dff commit e147ae6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,9 @@ jobs:
6666
- name: Test (shared mode)
6767
run: ./test/test.sh /var/run/socket_vmnet
6868
# Bridged mode cannot be tested on GHA
69-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
70-
with:
71-
go-version: 1.23.x
7269
- name: Install Lima
7370
run: |
74-
git clone https://github.com/lima-vm/lima
75-
cd lima
76-
git checkout v0.23.2
77-
make
78-
sudo make install
71+
brew install lima
7972
limactl sudoers >etc_sudoers.d_lima
8073
sudo install -o root etc_sudoers.d_lima "/private/etc/sudoers.d/lima"
8174
- name: Install the dependencies for the Lima integration test

0 commit comments

Comments
 (0)