Skip to content

Commit

Permalink
Change dependent part lib branches
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
tfcollins committed Mar 7, 2024
1 parent adc4b13 commit 36dcb35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/install_part_libs.sh
Original file line number Diff line number Diff line change
@@ -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 .

0 comments on commit 36dcb35

Please sign in to comment.