We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183c0e0 commit 31ddd60Copy full SHA for 31ddd60
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -55,6 +55,10 @@ jobs:
55
run: |
56
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
57
58
+ - name: Install OpenGL
59
+ if: matrix.os == 'ubuntu-latest'
60
+ run: sudo apt install -y libgl1-mesa-dev
61
+
62
- name: Configure CMake
63
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
64
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments