diff --git a/.github/workflows/mbedtls.yml b/.github/workflows/mbedtls.yml index 194a1be804..f9830fcf6e 100644 --- a/.github/workflows/mbedtls.yml +++ b/.github/workflows/mbedtls.yml @@ -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