Skip to content

Commit 4bf16b8

Browse files
committed
CI macos: fail if DELTA not found
Fail if DELTACAST SDK was not found (actually remove check for its presence) if $SDK_URL is set.
1 parent 09ff922 commit 4bf16b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/macOS/install_others.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install_aja() {(
3838
)}
3939

4040
install_deltacast() {
41-
if [ ! -f "$SDK_NONFREE_PATH/$DELTA_MAC_ARCHIVE" ]; then
41+
if [ ! "${SDK_URL-}" ]; then
4242
return
4343
fi
4444
tar xzf "$SDK_NONFREE_PATH/$DELTA_MAC_ARCHIVE"

0 commit comments

Comments
 (0)