Skip to content

Commit 1101b35

Browse files
committed
Debug brew install issue with Github actions
Signed-off-by: Jan Dubois <[email protected]>
1 parent be68278 commit 1101b35

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)