mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
trying a pwsh -Wait
This commit is contained in:
4
.github/workflows/exp.yml
vendored
4
.github/workflows/exp.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user