From 9ffa0dad210c3d678b8a4361b7d3d0260c0ed6ee Mon Sep 17 00:00:00 2001 From: rjc8237 <78932090+rjc8237@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:51:14 -0400 Subject: [PATCH] Update cmake-single-platform.yml to fix dependencies --- .github/workflows/cmake-single-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index dfd9d75..cb175ad 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - name: Install deps - run: sudo apt install -y libopengl-dev libgl1-mesa-dev + run: sudo apt install -y libopengl-dev libgl1-mesa-dev libxrandr libxi libxinirama - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.