File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 97
97
# jq: required by test-example.sh to determine download URL for nerdctl
98
98
run : |
99
99
set -x
100
- # Github runners seem to symlink to python2.7 version of 2to3,
101
- # breaking upgrades to latest [email protected]
102
- rm -f /usr/local/bin/2to3
103
- time brew update
104
100
# Github runners seem to have lima installed by brew already; we don't want/need it
105
- # It also does throw an error during `brew upgrade`.
106
- # Needs --ignore-dependencies because it is installed as a prerequisite for colima.
107
- time brew uninstall --ignore-dependencies lima
101
+ time brew uninstall --ignore-dependencies lima colima
108
102
time brew install qemu bash coreutils curl jq
109
- time brew upgrade
110
103
- name : Cache ~/Library/Caches/lima/download
111
104
uses : actions/cache@v3
112
105
with :
You can’t perform that action at this time.
0 commit comments