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