Skip to content

Commit 54a50da

Browse files
committed
Fix cache issue with storage test
1 parent b847a0a commit 54a50da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storage-upgrade-test-tpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/cache@v4
4040
with:
4141
path: wolfssl
42-
key: wolfssl-${{ env.WOLFSSL_VERSION }}
42+
key: wolfssl-tpm-${{ env.WOLFSSL_VERSION }}
4343

4444
# Setup wolfssl (required dependency)
4545
- name: Checkout wolfssl

0 commit comments

Comments
 (0)