wolfssl.yml: bump to version 5.6.0

Closes #10843
This commit is contained in:
Philip H 2023-03-27 09:47:20 +02:00 committed by Daniel Stenberg
parent 3f9973f4df
commit 3f3dfb4d0c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -70,7 +70,7 @@ jobs:
name: 'install prereqs and impacket'
- run: |
WOLFSSL_VER=5.5.4
WOLFSSL_VER=5.6.0
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