From 8dad81ae34b8d71f3d4f7151ee60717e6207ccd8 Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Thu, 30 May 2024 16:28:56 +0200 Subject: [PATCH] patch: fix missing windows dependency --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index c67a4b26..69d7b5a5 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -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