From e43ab93b7dfac85c6bef3fea610eee928799bfa8 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 16 Jul 2021 18:12:40 +0200 Subject: [PATCH] GitHub CI [Mac]: install realpath (needed by Makefile) --- .github/scripts/macOS/prepare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/macOS/prepare.sh b/.github/scripts/macOS/prepare.sh index 989d986c9..d303ecb82 100755 --- a/.github/scripts/macOS/prepare.sh +++ b/.github/scripts/macOS/prepare.sh @@ -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