]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI/ngtcp2: clear wolfssl for when cache is ignored
authorStefan Eissing <stefan@eissing.org>
Fri, 1 Sep 2023 12:49:39 +0000 (14:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Sep 2023 21:48:47 +0000 (23:48 +0200)
Closes #11783

.github/workflows/ngtcp2-linux.yml

index 922a96275c78f6ba13070d30d62d67da796fed25..b9fb3c094874876f9b18dc41754b43ddcfc32777 100644 (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