From: Viktor Szakats Date: Sat, 8 Feb 2025 17:26:04 +0000 (+0100) Subject: GHA/http3-linux: fix quictls cache key mismatch X-Git-Tag: curl-8_12_1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68555467b107dfe2b2fb08bb8a7acd89749c7445;p=thirdparty%2Fcurl.git GHA/http3-linux: fix quictls cache key mismatch Closes #16266 --- diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index f6296356dd..eb14f3d915 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -308,7 +308,7 @@ jobs: cache-name: cache-quictls-no-deprecated with: path: ~/quictls/build - key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.quictls-version }} + key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.quictls-version }}-quic1 fail-on-cache-miss: true - name: 'cache gnutls'