From 68555467b107dfe2b2fb08bb8a7acd89749c7445 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 8 Feb 2025 18:26:04 +0100 Subject: [PATCH] GHA/http3-linux: fix quictls cache key mismatch Closes #16266 --- .github/workflows/http3-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'