Skip to content

Commit a26612a

Browse files
committed
Building with GPS support on Linux needs libgps-dev
Fixes: -- Checking for module 'libgps' -- No package 'libgps' found
1 parent 11468f2 commit a26612a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# this is not perfect but enought for now
101101
if [ "$RUNNER_OS" == "Linux" ]; then
102102
sudo apt-get update
103-
sudo apt-get install libasound2-dev libudev-dev libhamlib-dev gpsd
103+
sudo apt-get install libasound2-dev libudev-dev libhamlib-dev libgps-dev
104104
elif [ "$RUNNER_OS" == "macOS" ]; then
105105
# just to simplify I use homebrew but
106106
# we can use macports (latest direwolf is already available as port)

0 commit comments

Comments
 (0)