From 3b713aae48c8a81375ba2f09fab91736abffb70a Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 4 Dec 2025 10:31:50 +0100 Subject: [PATCH] CI AJA: use release branch Use rather branch release instead of main because in main things may break sometimes. Eg. currently (libajantv2 commit 9060cc4a), ntv2m31enums.h is not installed but ntv2utils.h includes that. --- .github/scripts/install-common-deps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/install-common-deps.sh b/.github/scripts/install-common-deps.sh index 6ceac9adf..48d6a26ed 100755 --- a/.github/scripts/install-common-deps.sh +++ b/.github/scripts/install-common-deps.sh @@ -36,7 +36,8 @@ cineform-0001-CMakeList.txt-remove-output-lib-name-force-UNIX.patch )} download_build_aja() { - git clone --depth 1 https://github.com/aja-video/libajantv2.git + aja_url=https://github.com/aja-video/libajantv2.git + git clone -b release --depth 1 $aja_url # TODO TOREMOVE this workarounds when not needed tr -d '\n' < libajantv2/VERSION.txt > ver-fix-no-NL$$.txt && mv ver-fix-no-NL$$.txt libajantv2/VERSION.txt