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 547dbb0 commit cc81800Copy full SHA for cc81800
.github/workflows/test-wolfhsm-simulator.yml
@@ -112,7 +112,7 @@ jobs:
112
./Build/wh_posix_server.elf --type tcp --nvminit $tmpfile &
113
else
114
# --flags=0x100 sets the WH_NVM_FLAGS_USAGE_VERIFY flag
115
- ./Build/wh_posix_server.elf --type tcp --client 12 --id 255 --key --flags 0x100 ../../../../../wolfboot_signing_private_key_pub.der &
+ ./Build/wh_posix_server.elf --type tcp --client 12 --id 255 --flags 0x100 --key ../../../../../wolfboot_signing_private_key_pub.der &
116
fi
117
TCP_SERVER_PID=$!
118
echo "TCP_SERVER_PID=$TCP_SERVER_PID" >> $GITHUB_ENV
0 commit comments