mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 01:06:36 +00:00
Merge pull request #4238 from balena-io/fix-win-2
patch: fix missing windows dependency
This commit is contained in:
commit
a5dac57b09
4
.github/actions/test/action.yml
vendored
4
.github/actions/test/action.yml
vendored
@ -57,8 +57,8 @@ runs:
|
||||
npm ci
|
||||
|
||||
# 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
|
||||
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
||||
npm i -D winusb-driver-generator
|
||||
fi
|
||||
|
||||
npm run lint
|
||||
|
Loading…
x
Reference in New Issue
Block a user