Skip to content

Commit 5b08cc5

Browse files
authored
Merge pull request #1140 from rancher-sandbox/brew-remove-lima
Remove brew installation of lima
2 parents 082576f + 025be88 commit 5b08cc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ jobs:
103103
# breaking upgrades to latest [email protected]
104104
rm -f /usr/local/bin/2to3
105105
time brew update
106+
# Github runners seem to have lima installed by brew already; we don't want/need it
107+
# It also does throw an error during `brew upgrade`.
108+
# Needs --ignore-dependencies because it is installed as a prerequisite for colima.
109+
time brew uninstall --ignore-dependencies lima
106110
time brew install qemu bash coreutils curl jq
107111
time brew upgrade
108112
- name: Cache ~/Library/Caches/lima/download

0 commit comments

Comments
 (0)