Fix mac liblastfm install from homebrew tap

This commit is contained in:
John Maguire 2020-09-22 12:15:43 +01:00 committed by John Maguire
parent 8ae194c4a7
commit 1d82930088
1 changed files with 3 additions and 1 deletions

View File

@ -816,8 +816,10 @@ jobs:
protobuf
protobuf-c
qt
- name: Setup Tomahawk tap
run: brew tap tomahawk-player/homebrew-tomahawkqt5
- name: Install liblastfm
run: brew install https://raw.githubusercontent.com/tomahawk-player/homebrew-tomahawkqt5/master/liblastfm.rb
run: brew install tomahawk-player/homebrew-tomahawkqt5/liblastfm
- name: Fix liblastfm includes
run: ln -s /usr/local/include/lastfm /usr/local/include/lastfm5
- uses: actions/checkout@v1.2.0