CI: Use https:// instead of git:// when cloning ISA-L

Change-Id: Ic6e513f9df5ff4bfc32a364959d85a1556106990
This commit is contained in:
Tim Burke 2022-04-05 11:53:00 -07:00
parent b50040969a
commit 067d227426
1 changed files with 1 additions and 1 deletions

View File

@ -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