Skip to content

Commit 31ddd60

Browse files
committed
Adding install step for ubuntu-latest
1 parent 183c0e0 commit 31ddd60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
run: |
5656
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
5757
58+
- name: Install OpenGL
59+
if: matrix.os == 'ubuntu-latest'
60+
run: sudo apt install -y libgl1-mesa-dev
61+
5862
- name: Configure CMake
5963
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
6064
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

0 commit comments

Comments
 (0)