Skip to content

Commit 1c1ad70

Browse files
authored
Merge pull request #212 from rancher-sandbox/brew-install
Fix brew install issue with Github actions
2 parents be68278 + 1101b35 commit 1c1ad70

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
@@ -100,6 +100,10 @@ jobs:
100100
# bash: required by test-example.sh (OS version of bash is too old)
101101
# coreutils: required by test-example.sh for the "timeout" command
102102
run: |
103+
set -x
104+
# Github runners seem to symlink to python2.7 version of 2to3,
105+
# breaking upgrades to latest [email protected]
106+
rm -f /usr/local/bin/2to3
103107
time brew update
104108
time brew install qemu bash coreutils
105109
time brew upgrade

0 commit comments

Comments
 (0)