We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d55c8 commit 9b12acfCopy full SHA for 9b12acf
.github/workflows/test-build-sim-tpm.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Build wolfboot
74
run: |
75
- make ${{inputs.make-args}} WOLFBOOT_TPM_KEYSTORE_AUTH="${{inputs.keykeyauthstr}}" WOLFBOOT_TPM_SEAL_AUTH="${{inputs.sealauthstr}}"
+ make ${{inputs.make-args}} WOLFBOOT_TPM_KEYSTORE_AUTH="${{inputs.keyauthstr}}" WOLFBOOT_TPM_SEAL_AUTH="${{inputs.sealauthstr}}"
76
77
- name: Run wolfBoot
78
0 commit comments