GHA/linux: drop duplicate names from cache keys

Closes #15131
This commit is contained in:
Viktor Szakats 2024-10-03 00:03:54 +02:00
parent 0acf0bceda
commit 51d4b19cec
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 7 additions and 7 deletions

View file

@ -400,7 +400,7 @@ jobs:
cache-name: cache-quiche
with:
path: /home/runner/quiche
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-quiche-${{ env.quiche-version }}
key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.quiche-version }}
- if: matrix.build.name == 'quiche' && steps.cache-quiche.outputs.cache-hit != 'true'
run: |