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 52144f4 commit 98db4df
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 @@ -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
Expand Down

0 comments on commit 98db4df

Please sign in to comment.