Include hidapi as a dependency for CI

This commit is contained in:
Martin Cooper 2023-11-24 13:29:37 -08:00
parent a9c6adc79e
commit e18a9289a8
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ jobs:
elif [ "$RUNNER_OS" == "macOS" ]; then
# just to simplify I use homebrew but
# we can use macports (latest direwolf is already available as port)
brew install portaudio hamlib gpsd
brew install portaudio hamlib gpsd hidapi
elif [ "$RUNNER_OS" == "Windows" ]; then
# add the folder to PATH
echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH