mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 09:16:38 +00:00
patch: fix missing windows dependency
This commit is contained in:
parent
98db4df0dc
commit
d28719daf2
2
.github/actions/test/action.yml
vendored
2
.github/actions/test/action.yml
vendored
@ -57,7 +57,7 @@ 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
|
||||
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
||||
npm install winusb-driver-generator
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user