From: Stefan Eissing Date: Fri, 1 Sep 2023 12:49:39 +0000 (+0200) Subject: CI/ngtcp2: clear wolfssl for when cache is ignored X-Git-Tag: curl-8_3_0~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=280f90061ab153a9822dea64f6e8f8e6f7a57c38;p=thirdparty%2Fcurl.git CI/ngtcp2: clear wolfssl for when cache is ignored Closes #11783 --- diff --git a/.github/workflows/ngtcp2-linux.yml b/.github/workflows/ngtcp2-linux.yml index 922a96275c..b9fb3c0948 100644 --- a/.github/workflows/ngtcp2-linux.yml +++ b/.github/workflows/ngtcp2-linux.yml @@ -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