Fix sparkle installation

This commit is contained in:
Jonas Kvinge
2020-12-22 16:33:51 +01:00
parent c7986e4277
commit 977ac16a1e
2 changed files with 7 additions and 1 deletions

View File

@@ -1038,6 +1038,9 @@ jobs:
create-dmg
taglib
- name: Install Sparkle
run: brew install --cask sparkle
- name: Delete conflicting taglib system headers
shell: bash
run: rm -rf /usr/local/include/taglib
@@ -1103,6 +1106,9 @@ jobs:
create-dmg
taglib
- name: Install Sparkle
run: brew install --cask sparkle
- name: Delete conflicting taglib system headers
shell: bash
run: rm -rf /usr/local/include/taglib