Skip to content

Commit

Permalink
Building with GPS support on Linux need libgps-dev
Browse files Browse the repository at this point in the history
Fixes:
-- Checking for module 'libgps'
--   No package 'libgps' found
  • Loading branch information
dforsi committed Apr 1, 2023
1 parent 11468f2 commit aa111fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# this is not perfect but enought for now
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update
sudo apt-get install libasound2-dev libudev-dev libhamlib-dev gpsd
sudo apt-get install libasound2-dev libudev-dev libhamlib-dev libgps-dev
elif [ "$RUNNER_OS" == "macOS" ]; then
# just to simplify I use homebrew but
# we can use macports (latest direwolf is already available as port)
Expand Down

0 comments on commit aa111fb

Please sign in to comment.