1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-11 01:14:24 +01:00

Try unlinking python2 first

This commit is contained in:
John Maguire 2019-12-29 20:35:20 +00:00
parent 8f0f24f393
commit 5ee0a63a4f

View File

@ -686,6 +686,9 @@ jobs:
echo 'export GST_SCANNER_PATH=/usr/local/opt/gstreamer/libexec/gstreamer-1.0/gst-plugin-scanner' >> $BASH_ENV
echo 'export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-1.0' >> $BASH_ENV
source $BASH_ENV
- run:
name: Unlink Python 2
command: brew unlink python@2
- run:
name: Install dependencies from homebrew
command: >