mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-01 10:13:45 -04:00
[gh-actions] Try to fix MacOS workflow (use mxml 3)
This commit is contained in:
parent
1c17231b9e
commit
cd5937bbb7
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@ -69,7 +69,8 @@ jobs:
|
|||||||
brew install ffmpeg
|
brew install ffmpeg
|
||||||
|
|
||||||
- name: Install other dependencies
|
- name: Install other dependencies
|
||||||
run: brew install libunistring libmxml confuse libplist libwebsockets libevent libgcrypt json-c protobuf-c libsodium gnutls pulseaudio openssl
|
# Homebrew has libmxml but it isn't compatible with mxml 3
|
||||||
|
run: brew install libunistring libmxml@3.3.1 confuse libplist libwebsockets libevent libgcrypt json-c protobuf-c libsodium gnutls pulseaudio openssl
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
# We configure a non-privileged setup, since how to add a "owntone" system
|
# We configure a non-privileged setup, since how to add a "owntone" system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user