]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/http3-linux: fix quictls cache key mismatch
authorViktor Szakats <commit@vsz.me>
Sat, 8 Feb 2025 17:26:04 +0000 (18:26 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 8 Feb 2025 18:11:37 +0000 (19:11 +0100)
Closes #16266

.github/workflows/http3-linux.yml

index f6296356dd2d6092a3f5e46d559967b91a153d37..eb14f3d9153f0b2e97fd29340e5a448d82d9a2c2 100644 (file)
@@ -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'