mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-23 00:09:14 +01:00
Fix mac liblastfm install from homebrew tap
This commit is contained in:
parent
8ae194c4a7
commit
1d82930088
4
.github/workflows/all.yml
vendored
4
.github/workflows/all.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user