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