We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c6adc commit e18a928Copy full SHA for e18a928
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
elif [ "$RUNNER_OS" == "macOS" ]; then
97
# just to simplify I use homebrew but
98
# we can use macports (latest direwolf is already available as port)
99
- brew install portaudio hamlib gpsd
+ brew install portaudio hamlib gpsd hidapi
100
elif [ "$RUNNER_OS" == "Windows" ]; then
101
# add the folder to PATH
102
echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH
0 commit comments