Fix: Add missing X11 dependencies for Linux in CI script

This commit is contained in:
kartikohlan 2025-01-11 23:51:08 -05:00
parent f7fb9fc714
commit 3438fb5379

View File

@ -272,7 +272,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake ninja-build pkg-config
sudo apt-get install -y cmake ninja-build pkg-config libxrandr-dev libxcursor-dev libxi-dev
# Here we will Configure CMake with pkg-config enabled
- name: Configure CMake