From 8e848fe7b05a889bfd54600436a2146a80674dc0 Mon Sep 17 00:00:00 2001 From: Alexandra Trifan Date: Tue, 7 Sep 2021 17:09:30 +0300 Subject: [PATCH] appveyor: Update libiio to version v0.23 + 2 fixes from the master branch. Signed-off-by: Alexandra Trifan --- CI/appveyor/install_deps_msvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/appveyor/install_deps_msvc.sh b/CI/appveyor/install_deps_msvc.sh index 61a5dabc..b3e49349 100644 --- a/CI/appveyor/install_deps_msvc.sh +++ b/CI/appveyor/install_deps_msvc.sh @@ -42,7 +42,7 @@ __mv_to_build_dir() { git clone https://github.com/analogdevicesinc/libiio "$SRC_LIBIIO" cd "$SRC_LIBIIO" -git checkout 52e6dc3 +git checkout 85bf9cd32138539252ed01c355cf766612cf47c9 git submodule update --init