Skip to content

Commit d5d1835

Browse files
committed
.exe .......
1 parent 7990a0b commit d5d1835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
tree build
8080
cd build/install/bin
8181
ls
82-
Start-Job -ScriptBlock { ./simple_module asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job
82+
Start-Job -ScriptBlock { ./simple_module.exe asdf | Select-String -Pattern "Module listening on" } | Wait-Job -Timeout 2 | Receive-Job

0 commit comments

Comments
 (0)