CI: github actions: enable 51degrees feature
diff --git a/.github/matrix.py b/.github/matrix.py
index 148dcde..a5ce191 100644
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -82,8 +82,8 @@
                 "USE_DEVICEATLAS=1",
                 "DEVICEATLAS_SRC=contrib/deviceatlas",
                 "EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
-                # "USE_51DEGREES=1",
-                # "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
+                "USE_51DEGREES=1",
+                "51DEGREES_SRC=contrib/51d/src/pattern",
             ],
         }
     )
@@ -148,8 +148,8 @@
             "USE_DEVICEATLAS=1",
             "DEVICEATLAS_SRC=contrib/deviceatlas",
             "EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
-            # "USE_51DEGREES=1",
-            # "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
+            "USE_51DEGREES=1",
+            "51DEGREES_SRC=contrib/51d/src/pattern",
         ],
     }
 )