Skip to content

Commit

Permalink
[gh-actions] [gh-actions] Try to fix MacOS workflow (use mxml 3) mk3
Browse files Browse the repository at this point in the history
  • Loading branch information
ejurgensen committed Apr 6, 2024
1 parent aaf349b commit c96c396
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
- name: Install other dependencies
# Homebrew has libmxml but it isn't compatible with mxml 3
run: brew install libunistring [email protected] confuse libplist libwebsockets libevent libgcrypt json-c protobuf-c libsodium gnutls pulseaudio openssl
run: |
brew search libmxml
brew install libunistring libmxml@3 confuse libplist libwebsockets libevent libgcrypt json-c protobuf-c libsodium gnutls pulseaudio openssl
- name: Configure
# We configure a non-privileged setup, since how to add a "owntone" system
Expand Down

0 comments on commit c96c396

Please sign in to comment.