mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 08:40:10 +00:00
CI Linux/install_others.sh: fail if cached installer not found
The feature is relied upon, anyways, so it is better to fail early if we cannot install NDI.
This commit is contained in:
1
.github/scripts/Linux/install_others.sh
vendored
1
.github/scripts/Linux/install_others.sh
vendored
@@ -41,7 +41,6 @@ install_live555() {(
|
||||
# Install NDI
|
||||
install_ndi() {(
|
||||
cd /var/tmp
|
||||
[ -f Install_NDI_SDK_Linux.tar.gz ] || return 0
|
||||
tar -xzf Install_NDI_SDK_Linux.tar.gz
|
||||
# shellcheck disable=SC2125
|
||||
installer=./Install*NDI*sh
|
||||
|
||||
Reference in New Issue
Block a user