Skip to content

Commit cfab2c4

Browse files
committed
CI: remove brew upgrade for avoiding issue 1256
Close issue 1256 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7cbe940 commit cfab2c4

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
@@ -97,16 +97,9 @@ jobs:
9797
# jq: required by test-example.sh to determine download URL for nerdctl
9898
run: |
9999
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
104100
# 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
108102
time brew install qemu bash coreutils curl jq
109-
time brew upgrade
110103
- name: Cache ~/Library/Caches/lima/download
111104
uses: actions/cache@v3
112105
with:

0 commit comments

Comments
 (0)