mirror of https://github.com/xemu-project/xemu.git
ci: Unlink python@2 for macOS
Dependency resolution resulting in installation of 'python' will grab python@3 which conflicts with existing python@2 installation's symlinks. Unlink python@2 for now so python@3 can install cleanly.
This commit is contained in:
parent
3cbe585b59
commit
d57fa78169
|
@ -27,6 +27,7 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: |
|
||||
brew update
|
||||
brew unlink python@2
|
||||
brew install \
|
||||
glib \
|
||||
pixman \
|
||||
|
|
Loading…
Reference in New Issue