GitHub CI [Mac]: install realpath (needed by Makefile)

This commit is contained in:
Martin Pulec
2021-07-16 18:12:40 +02:00
parent 68a782ae6c
commit e43ab93b7d

View File

@@ -16,6 +16,7 @@ brew install speexdsp
brew install ffmpeg portaudio sdl2
brew install imagemagick jack libnatpmp opencv openssl
brew install ossp-uuid # for cineform
brew install coreutils # realpath
( git submodule update --init cineform-sdk && cd cineform-sdk/ && cmake -DBUILD_TOOLS=OFF . && make -j $(sysctl -n hw.ncpu) CFHDCodecStatic || exit 1 )
brew install qt@5