From 11ef4c1ed6f92f2d5417bbb404a2c8bf565f899a Mon Sep 17 00:00:00 2001 From: Adrian Stanea Date: Wed, 16 Oct 2024 17:08:53 +0300 Subject: [PATCH] ci/ubuntu: remove variable redefinition - The version of libiio is already defined in the azure-pipelines.yml file. Signed-off-by: Adrian Stanea --- CI/ubuntu/install_deps | 1 - 1 file changed, 1 deletion(-) diff --git a/CI/ubuntu/install_deps b/CI/ubuntu/install_deps index ae2645ac..5cecb93e 100755 --- a/CI/ubuntu/install_deps +++ b/CI/ubuntu/install_deps @@ -1,7 +1,6 @@ #!/bin/sh -e TOP_DIR=$(pwd) -LIBIIO_VERSION=libiio-v0 set -x