Skip to content

Commit e18a928

Browse files
committed
Include hidapi as a dependency for CI
1 parent a9c6adc commit e18a928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

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

0 commit comments

Comments
 (0)