From 36dcb35aa434f81c16b48a3dd3414b372921b069 Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Thu, 7 Mar 2024 16:11:03 -0700 Subject: [PATCH] Change dependent part lib branches Signed-off-by: Travis F. Collins --- .github/scripts/install_part_libs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/install_part_libs.sh b/.github/scripts/install_part_libs.sh index 30d3ad6fc..e67627b50 100755 --- a/.github/scripts/install_part_libs.sh +++ b/.github/scripts/install_part_libs.sh @@ -11,7 +11,7 @@ fi -git clone -b 'master' --single-branch --depth 1 https://github.com/analogdevicesinc/libad9361-iio.git +git clone -b 'main' --single-branch --depth 1 https://github.com/analogdevicesinc/libad9361-iio.git cd libad9361-iio if [ "$LIBIIO_BRANCH" = "main" ]; then cmake -DPYTHON_BINDINGS=ON -DLIBIIO_INCLUDEDIR=/usr/include/iio . @@ -27,7 +27,7 @@ sudo ldconfig cd .. rm -rf libad9361-iio -git clone -b 'master' --single-branch --depth 1 https://github.com/analogdevicesinc/libad9166-iio.git +git clone -b 'main' --single-branch --depth 1 https://github.com/analogdevicesinc/libad9166-iio.git cd libad9166-iio if [ "$LIBIIO_BRANCH" = "main" ]; then cmake -DPYTHON_BINDINGS=ON -DLIBIIO_INCLUDEDIR=/usr/include/iio .