diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0cc4d34..a6a4b55 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -92,7 +92,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)