From 5742c76bd308f64bcc0e470bbc2925dc6b5bf093 Mon Sep 17 00:00:00 2001 From: kartikohlan Date: Sun, 12 Jan 2025 00:42:23 -0500 Subject: [PATCH] Fix: Added OpenGL --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7ac87b4b..1338cadf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,6 +273,7 @@ jobs: run: | 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 # Here we will Configure CMake with pkg-config enabled - name: Configure CMake