Commit 7895aa4a authored by Mike Boers's avatar Mike Boers
Browse files

Fix GitHub actions on macOS.

No related merge requests found
Showing with 7 additions and 0 deletions
+7 -0
......@@ -91,6 +91,13 @@ jobs:
brew update
brew install automake libtool nasm pkg-config shtool texi2html wget
brew install libass libjpeg libpng libvorbis libvpx opus theora x264
# For pip to be able to use ssl.
brew uninstall --ignore-dependencies openssl
brew install openssl
brew link --force openssl
python -m pip install --upgrade pip || exit 1
;;
esac
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment