rm 2to3 python link before installing brew dependencies

This commit is contained in:
Nicholas Marcott 2021-01-09 23:26:48 +09:00
commit 067f362843

View file

@ -302,6 +302,7 @@ jobs:
if: success()
shell: bash
run: |
rm '/usr/local/bin/2to3' || true
brew update
brew upgrade cmake
brew install \
@ -368,6 +369,7 @@ jobs:
if: success()
shell: bash
run: |
rm '/usr/local/bin/2to3' || true
brew update
brew upgrade cmake
brew install \