Skip to content

Commit

Permalink
Merge pull request #472 from analogdevicesinc/tfcollins/fix-libiio
Browse files Browse the repository at this point in the history
Change libiio CI branch to v0.25
  • Loading branch information
tfcollins authored Aug 23, 2023
2 parents c8e5e80 + 00e1761 commit 01ef46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install_libiio.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
sudo apt-get -qq update
sudo apt-get install -y git cmake graphviz libavahi-common-dev libavahi-client-dev libaio-dev libusb-1.0-0-dev libxml2-dev rpm tar bzip2 gzip flex bison git
git clone -b 'master' --single-branch --depth 1 https://github.com/analogdevicesinc/libiio.git
git clone -b 'v0.25' --single-branch --depth 1 https://github.com/analogdevicesinc/libiio.git
cd libiio
cmake . -DHAVE_DNS_SD=OFF
make
Expand Down

0 comments on commit 01ef46a

Please sign in to comment.