trying a pwsh -Wait
This commit is contained in:
parent
36c9154c40
commit
3869654b44
|
@ -43,9 +43,7 @@ jobs:
|
|||
- name: ResourceHacker Test
|
||||
shell: pwsh
|
||||
run: |
|
||||
$args = "-help"
|
||||
start-process -filepath "ResourceHacker.exe" -argumentlist $args
|
||||
|
||||
start-process -filepath "ResourceHacker.exe" -argumentlist "-help" -Wait
|
||||
|
||||
- name: ResourceHacker Test
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue