We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ff922 commit 4bf16b8Copy full SHA for 4bf16b8
.github/scripts/macOS/install_others.sh
@@ -38,7 +38,7 @@ install_aja() {(
38
)}
39
40
install_deltacast() {
41
- if [ ! -f "$SDK_NONFREE_PATH/$DELTA_MAC_ARCHIVE" ]; then
+ if [ ! "${SDK_URL-}" ]; then
42
return
43
fi
44
tar xzf "$SDK_NONFREE_PATH/$DELTA_MAC_ARCHIVE"
0 commit comments