forked from wolfSSL/wolfssl
use unique key
This commit is contained in:
4
.github/workflows/mbedtls.yml
vendored
4
.github/workflows/mbedtls.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: mbedtls
|
path: mbedtls
|
||||||
key: ${{ env.MBED_REF }}
|
key: mbedtls-${{ env.MBED_REF }}
|
||||||
lookup-only: true
|
lookup-only: true
|
||||||
|
|
||||||
- name: Checkout mbedtls
|
- name: Checkout mbedtls
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: mbedtls
|
path: mbedtls
|
||||||
key: ${{ env.MBED_REF }}
|
key: mbedtls-${{ env.MBED_REF }}
|
||||||
fail-on-cache-miss: true
|
fail-on-cache-miss: true
|
||||||
|
|
||||||
- name: Build wolfSSL
|
- name: Build wolfSSL
|
||||||
|
Reference in New Issue
Block a user