mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +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()
|
||||
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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue