mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
parent
0c667188e0
commit
9946410861
3
.github/workflows/ngtcp2-wolfssl.yml
vendored
3
.github/workflows/ngtcp2-wolfssl.yml
vendored
@ -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
|
||||
|
2
.github/workflows/wolfssl.yml
vendored
2
.github/workflows/wolfssl.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user