From 17632c9c1a1b89ca6b820943d92d9b7cc4029bf8 Mon Sep 17 00:00:00 2001 From: rjc8237 <78932090+rjc8237@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:49:57 -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 2075dcc..dfd9d75 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 + run: sudo apt install -y libopengl-dev libgl1-mesa-dev - 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.