mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-31 09:44:50 +01:00
Remove brew unlink python@2
This commit is contained in:
parent
d2a30bfb78
commit
c13f6ab2af
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -845,8 +845,6 @@ jobs:
|
||||
run: brew update
|
||||
- name: Upgrade
|
||||
run: brew upgrade
|
||||
- name: Unlink python
|
||||
run: brew unlink python@2
|
||||
- name: Install packages
|
||||
run: >
|
||||
brew install
|
||||
|
@ -15,7 +15,6 @@ before_install:
|
||||
- brew update
|
||||
- travis_wait 120 brew upgrade || echo "Failed"
|
||||
- travis_wait 120 brew upgrade || echo "Failed"
|
||||
- brew unlink python@2
|
||||
- brew install glib pkgconfig libffi protobuf protobuf-c qt gettext gnutls fftw sqlite chromaprint zlib taglib
|
||||
- brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav
|
||||
- brew install libcdio libmtp
|
||||
|
Loading…
x
Reference in New Issue
Block a user