We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 082576f + 025be88 commit 5b08cc5Copy full SHA for 5b08cc5
.github/workflows/test.yml
@@ -103,6 +103,10 @@ jobs:
103
# breaking upgrades to latest [email protected]
104
rm -f /usr/local/bin/2to3
105
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
110
time brew install qemu bash coreutils curl jq
111
time brew upgrade
112
- name: Cache ~/Library/Caches/lima/download
0 commit comments