GHA/http3-linux: fix quictls cache key mismatch

Closes #16266
This commit is contained in:
Viktor Szakats 2025-02-08 18:26:04 +01:00
parent 5963f83176
commit 68555467b1
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View 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'