mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
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
|
||||
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
|
||||
|
Reference in New Issue
Block a user