Skip to content

Commit 4390ab0

Browse files
committed
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.
1 parent 2681ce6 commit 4390ab0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/install-common-deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ cineform-0001-CMakeList.txt-remove-output-lib-name-force-UNIX.patch
3636
)}
3737

3838
download_build_aja() {
39-
git clone --depth 1 https://github.com/aja-video/libajantv2.git
39+
aja_url=https://github.com/aja-video/libajantv2.git
40+
git clone -b release --depth 1 $aja_url
4041
# TODO TOREMOVE this workarounds when not needed
4142
tr -d '\n' < libajantv2/VERSION.txt > ver-fix-no-NL$$.txt &&
4243
mv ver-fix-no-NL$$.txt libajantv2/VERSION.txt

0 commit comments

Comments
 (0)