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

@ -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