CI: use wolfSSL 5.6.3 in builds

No using master anymore

Closes #11424
This commit is contained in:
Daniel Stenberg 2023-07-11 17:20:31 +02:00
parent 0c667188e0
commit 9946410861
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 2 deletions

View File

@ -76,7 +76,8 @@ jobs:
name: 'install prereqs'
- run: |
git clone --quiet --depth=1 https://github.com/wolfSSL/wolfssl.git
WOLFSSL_VER=v5.6.3-stable
git clone --quiet --depth=1 -b $WOLFSSL_VER https://github.com/wolfSSL/wolfssl.git
cd wolfssl
./autogen.sh
./configure ${{ matrix.build.wolfssl-configure }} --prefix=$HOME/all

View File

@ -73,7 +73,7 @@ jobs:
name: 'install prereqs and impacket'
- run: |
WOLFSSL_VER=5.6.0
WOLFSSL_VER=5.6.3
curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archive/v$WOLFSSL_VER-stable.tar.gz
tar -xzf v$WOLFSSL_VER-stable.tar.gz
cd wolfssl-$WOLFSSL_VER-stable