We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11468f2 commit aa111fbCopy full SHA for aa111fb
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
# this is not perfect but enought for now
101
if [ "$RUNNER_OS" == "Linux" ]; then
102
sudo apt-get update
103
- sudo apt-get install libasound2-dev libudev-dev libhamlib-dev gpsd
+ sudo apt-get install libasound2-dev libudev-dev libhamlib-dev libgps-dev
104
elif [ "$RUNNER_OS" == "macOS" ]; then
105
# just to simplify I use homebrew but
106
# we can use macports (latest direwolf is already available as port)
0 commit comments