Skip to content

Commit

Permalink
[gh-actions] [gh-actions] Try to fix MacOS workflow (use mxml 3) mk2
Browse files Browse the repository at this point in the history
  • Loading branch information
ejurgensen committed Apr 6, 2024
1 parent cd5937b commit aaf349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install other dependencies
# 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
run: brew install libunistring libmxml@3.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 aaf349b

Please sign in to comment.