mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +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"
|
||||
start-process -filepath "ResourceHacker.exe" -argumentlist $args
|
||||
|
||||
|
||||
- name: ResourceHacker Test
|
||||
run: ResoureHacker.exe -help
|
||||
run: |
|
||||
cd resource_hacker
|
||||
ResoureHacker.exe -help
|
||||
|
Loading…
Reference in New Issue
Block a user