From 067d227426c7bf51c496e77c0922838dbc06db72 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 5 Apr 2022 11:53:00 -0700 Subject: CI: Use https:// instead of git:// when cloning ISA-L Change-Id: Ic6e513f9df5ff4bfc32a364959d85a1556106990 --- tools/pip-install-with-liberasurecode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-install-with-liberasurecode.sh b/tools/pip-install-with-liberasurecode.sh index 32aa672..ce52a9e 100755 --- a/tools/pip-install-with-liberasurecode.sh +++ b/tools/pip-install-with-liberasurecode.sh @@ -6,7 +6,7 @@ fi if [ -n "$ISAL_DIR" ]; then if [ ! -d "$ISAL_DIR" ]; then - git clone git://github.com/intel/isa-l.git -b v2.30.0 "$ISAL_DIR" + git clone https://github.com/intel/isa-l.git -b v2.30.0 "$ISAL_DIR" fi pushd "$ISAL_DIR" ./autogen.sh -- cgit v1.2.1