mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 23:37:18 +00:00
patch: fix missing windows dependency
This commit is contained in:
parent
d28719daf2
commit
8dad81ae34
2
.github/actions/test/action.yml
vendored
2
.github/actions/test/action.yml
vendored
@ -58,7 +58,7 @@ runs:
|
||||
|
||||
# as the shrinkwrap might have been done on mac/linux, this is ensure the package is there for windows
|
||||
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
||||
npm install winusb-driver-generator
|
||||
npm i -D winusb-driver-generator
|
||||
fi
|
||||
|
||||
npm run lint
|
||||
|
Loading…
x
Reference in New Issue
Block a user