From 0fac525e6f2373c44db3c3aab1aa4594261ffe05 Mon Sep 17 00:00:00 2001 From: Martin Piatka Date: Tue, 13 Feb 2024 13:32:45 +0100 Subject: [PATCH] CI: MacOS: Fix deltacast install --- .github/scripts/macOS/install_others.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/macOS/install_others.sh b/.github/scripts/macOS/install_others.sh index 3bff98c18..b441866bd 100755 --- a/.github/scripts/macOS/install_others.sh +++ b/.github/scripts/macOS/install_others.sh @@ -43,13 +43,12 @@ install_deltacast() {( fi unzip "$SDK_NONFREE_PATH/VideoMaster_SDK_MacOSX.zip" sudo installer -pkg VideoMaster_SDK.pkg -target / || true -) export FEATURES="${FEATURES+$FEATURES }--enable-deltacast" echo "FEATURES=$FEATURES" >> "$GITHUB_ENV" export COMMON_OSX_FLAGS="${COMMON_OSX_FLAGS+$COMMON_OSX_FLAGS }\ -F/Library/Frameworks" printf '%b' "COMMON_OSX_FLAGS=$COMMON_OSX_FLAGS\n" >> "$GITHUB_ENV" -} +)} install_glfw() {( git clone --depth 500 https://github.com/glfw/glfw.git