From 7846ca88a0e148833e863016ad604a8233d0711d Mon Sep 17 00:00:00 2001 From: Thomas Harrison Date: Sun, 4 Aug 2024 22:35:29 -0400 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 13be43b..ec89a6e 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -23,6 +23,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install OpenGL + run: sudo apt-get update && sudo apt-get install -y freeglut3-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. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type