From 1d82930088fa01f92108d966a88c55f1ba0f2294 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 22 Sep 2020 12:15:43 +0100 Subject: [PATCH] Fix mac liblastfm install from homebrew tap --- .github/workflows/all.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 113b350cb..0ed8f44ce 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -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