CI: Use https:// instead of git:// when cloning ISA-L
Change-Id: Ic6e513f9df5ff4bfc32a364959d85a1556106990changes/91/836691/1
parent
b50040969a
commit
067d227426
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue