mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
trying to cd into resource_hacker
This commit is contained in:
parent
344c58011e
commit
28f92d10b9
5
.github/workflows/exp.yml
vendored
5
.github/workflows/exp.yml
vendored
@ -46,5 +46,8 @@ jobs:
|
|||||||
$args = "-help"
|
$args = "-help"
|
||||||
start-process -filepath "ResourceHacker.exe" -argumentlist $args
|
start-process -filepath "ResourceHacker.exe" -argumentlist $args
|
||||||
|
|
||||||
|
|
||||||
- name: ResourceHacker Test
|
- name: ResourceHacker Test
|
||||||
run: ResoureHacker.exe -help
|
run: |
|
||||||
|
cd resource_hacker
|
||||||
|
ResoureHacker.exe -help
|
||||||
|
Loading…
Reference in New Issue
Block a user