Fix sparkle installation
This commit is contained in:
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user