mirror of https://github.com/wb2osz/direwolf.git
Include hidapi as a dependency for CI
This commit is contained in:
parent
a9c6adc79e
commit
e18a9289a8
|
@ -96,7 +96,7 @@ jobs:
|
||||||
elif [ "$RUNNER_OS" == "macOS" ]; then
|
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||||
# just to simplify I use homebrew but
|
# just to simplify I use homebrew but
|
||||||
# we can use macports (latest direwolf is already available as port)
|
# 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
|
elif [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
# add the folder to PATH
|
# add the folder to PATH
|
||||||
echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH
|
echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH
|
||||||
|
|
Loading…
Reference in New Issue