mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 12:16:20 +00:00
rm 2to3 python link before installing brew dependencies
This commit is contained in:
parent
a187c66ff9
commit
067f362843
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -302,6 +302,7 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
rm '/usr/local/bin/2to3' || true
|
||||||
brew update
|
brew update
|
||||||
brew upgrade cmake
|
brew upgrade cmake
|
||||||
brew install \
|
brew install \
|
||||||
|
@ -368,6 +369,7 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
rm '/usr/local/bin/2to3' || true
|
||||||
brew update
|
brew update
|
||||||
brew upgrade cmake
|
brew upgrade cmake
|
||||||
brew install \
|
brew install \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue