Fix MacOS build failure due to missing OpenSSL

Seems OpenSSL headers aren't installed by default any more on the virtual host,
but they are required by libwebsockets
This commit is contained in:
ejurgensen 2021-10-01 19:13:36 +02:00
parent af61c10756
commit c50f386d68
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
brew install ffmpeg
- name: Install other dependencies
run: brew install libunistring libmxml confuse libplist sqlite libwebsockets libevent libgcrypt json-c protobuf-c libsodium gnutls pulseaudio
run: brew install libunistring libmxml confuse libplist sqlite libwebsockets libevent libgcrypt json-c protobuf-c libsodium gnutls pulseaudio openssl
- name: Configure
run: |