mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +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
|
- name: ResourceHacker Test
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$args = "-help"
|
start-process -filepath "ResourceHacker.exe" -argumentlist "-help" -Wait
|
||||||
start-process -filepath "ResourceHacker.exe" -argumentlist $args
|
|
||||||
|
|
||||||
|
|
||||||
- name: ResourceHacker Test
|
- name: ResourceHacker Test
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user