Skip to content

Commit

Permalink
patch: fix missing windows dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed May 30, 2024
1 parent d28719d commit 8dad81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dad81a

Please sign in to comment.