mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
parent
cb5e18100a
commit
280f90061a
1
.github/workflows/ngtcp2-linux.yml
vendored
1
.github/workflows/ngtcp2-linux.yml
vendored
@ -157,6 +157,7 @@ jobs:
|
||||
- if: steps.cache-wolfssl.outputs.cache-hit != 'true' || ${{ env.wolfssl-version }} == 'master'
|
||||
run: |
|
||||
cd $HOME
|
||||
rm -rf wolfssl
|
||||
git clone --quiet --depth=1 -b ${{ env.wolfssl-version }} https://github.com/wolfSSL/wolfssl.git
|
||||
cd wolfssl
|
||||
./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user