diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ab31c482..e7ac87b4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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