Skip to content

Commit cc81800

Browse files
committed
fix argument order
1 parent 547dbb0 commit cc81800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-wolfhsm-simulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
./Build/wh_posix_server.elf --type tcp --nvminit $tmpfile &
113113
else
114114
# --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 &
115+
./Build/wh_posix_server.elf --type tcp --client 12 --id 255 --flags 0x100 --key ../../../../../wolfboot_signing_private_key_pub.der &
116116
fi
117117
TCP_SERVER_PID=$!
118118
echo "TCP_SERVER_PID=$TCP_SERVER_PID" >> $GITHUB_ENV

0 commit comments

Comments
 (0)