From e56c5fb9a527bd6d84128b1ef8049ef3bd51aa4f Mon Sep 17 00:00:00 2001 From: kartikohlan Date: Sun, 12 Jan 2025 14:52:56 -0500 Subject: [PATCH] Added libudev --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1338cadf6..d7bd9058d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -274,6 +274,7 @@ jobs: sudo apt-get update sudo apt-get install -y cmake ninja-build pkg-config libxrandr-dev libxcursor-dev libxi-dev sudo apt-get install -y libgl1-mesa-dev + sudo apt-get install libudev-dev # Here we will Configure CMake with pkg-config enabled - name: Configure CMake