Skip to content

Commit 66ca93c

Browse files
committed
update workflow file
Signed-off-by: sal rashid <salrashid123@gmail.com>
1 parent 5e2eb25 commit 66ca93c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: run swtpmB
2424
run: |
25-
mkdir /tmp/myvtpm2 && swtpm_setup --tpmstate /tmp/myvtpm2 --tpm2 --create-ek-cert && swtpm socket --tpmstate dir=/tmp/myvtpm2 --tpm2 --server type=tcp,port=2341 --ctrl type=tcp,port=2342 --flags not-need-init,startup-clear &
25+
mkdir /tmp/myvtpm2 && /usr/share/swtpm/swtpm-create-user-config-files && swtpm_setup --tpmstate /tmp/myvtpm2 --tpm2 --create-ek-cert && swtpm socket --tpmstate dir=/tmp/myvtpm2 --tpm2 --server type=tcp,port=2341 --ctrl type=tcp,port=2342 --flags not-need-init,startup-clear &
2626
2727
- name: Check out code
2828
uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: run swtpmB
2121
run: |
22-
mkdir /tmp/myvtpm2 && swtpm_setup --tpmstate /tmp/myvtpm2 --tpm2 --create-ek-cert && swtpm socket --tpmstate dir=/tmp/myvtpm2 --tpm2 --server type=tcp,port=2341 --ctrl type=tcp,port=2342 --flags not-need-init,startup-clear &
22+
mkdir /tmp/myvtpm2 && /usr/share/swtpm/swtpm-create-user-config-files && swtpm_setup --tpmstate /tmp/myvtpm2 --tpm2 --create-ek-cert && swtpm socket --tpmstate dir=/tmp/myvtpm2 --tpm2 --server type=tcp,port=2341 --ctrl type=tcp,port=2342 --flags not-need-init,startup-clear &
2323
2424
- name: Check out code
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)