Skip to content

Commit 8f11a72

Browse files
committed
Fixing download libssh2 in CI
1 parent 8b25be3 commit 8f11a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fi
7979
# Install libssh2
8080
if [ -n "$LIBSSH2_VERSION" ]; then
8181
FILENAME=libssh2-$LIBSSH2_VERSION
82-
wget https://www.libssh2.org/download/$FILENAME.tar.gz -N
82+
wget https://www.libssh2.org/download/$FILENAME.tar.gz -N --no-check-certificate
8383
tar xf $FILENAME.tar.gz
8484
cd $FILENAME
8585
cmake . \

0 commit comments

Comments
 (0)