Skip to content

Commit e3d0965

Browse files
add dependencies in ci
1 parent 088712e commit e3d0965

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
run: |
5757
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
5858
59+
- name: Install dependencies
60+
if: matrix.os != windows-latest
61+
run: |
62+
sudo apt-get install libxmu-dev libxi-dev libgl-dev
63+
5964
- name: Configure CMake
6065
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
6166
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

0 commit comments

Comments
 (0)