Skip to content

Commit

Permalink
use unique key
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Dec 4, 2024
1 parent c89ed52 commit 52c2a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mbedtls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 52c2a74

Please sign in to comment.