use unique key

pull/8245/head
Juliusz Sosinowicz 2024-12-04 20:13:44 +01:00
parent 3275ebf54b
commit a3be826895
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
id: cache
with:
path: mbedtls
key: ${{ env.MBED_REF }}
key: mbedtls-${{ env.MBED_REF }}
lookup-only: true
- name: Checkout mbedtls
@ -67,7 +67,7 @@ jobs:
id: cache
with:
path: mbedtls
key: ${{ env.MBED_REF }}
key: mbedtls-${{ env.MBED_REF }}
fail-on-cache-miss: true
- name: Build wolfSSL