Linux CI: update some dependecies to latest tag

Closes #10195
This commit is contained in:
Philip H 2023-01-01 23:33:18 +01:00 committed by Daniel Stenberg
parent 5c544b4912
commit 4556665ad1
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 8 additions and 8 deletions

View file

@ -50,9 +50,9 @@ jobs:
name: 'install prereqs and impacket'
- run: |
curl -LO https://github.com/wolfSSL/wolfssl/archive/v5.0.0-stable.tar.gz
tar -xzf v5.0.0-stable.tar.gz
cd wolfssl-5.0.0-stable
curl -LO https://github.com/wolfSSL/wolfssl/archive/v5.5.4-stable.tar.gz
tar -xzf v5.5.4-stable.tar.gz
cd wolfssl-5.5.4-stable
./autogen.sh
./configure --enable-tls13 ${{ matrix.build.wolfssl-configure }} --enable-harden --prefix=$HOME/wssl
make install