CI/ngtcp2: clear wolfssl for when cache is ignored

Closes #11783
This commit is contained in:
Stefan Eissing 2023-09-01 14:49:39 +02:00 committed by Daniel Stenberg
parent cb5e18100a
commit 280f90061a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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