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

Change-Id: I8232a77c17b6a5ab3bd6cc7bde6510f2d038319c
This commit is contained in:
Tim Burke 2022-04-05 11:51:53 -07:00
parent 85d128ed77
commit 9213d2c24b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
set -e
set -x
cd $WORKSPACE
git clone git://github.com/intel/isa-l.git -b v2.30.0
git clone https://github.com/intel/isa-l.git -b v2.30.0
cd isa-l
./autogen.sh
./configure