Skip to content

Commit c5bdb3f

Browse files
committed
Adding more glfw dependencies
1 parent 31ddd60 commit c5bdb3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
run: |
5656
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
5757
58-
- name: Install OpenGL
58+
- name: Install GLFW dependencies
59+
# Install glfw dependiencies on ubuntu
5960
if: matrix.os == 'ubuntu-latest'
60-
run: sudo apt install -y libgl1-mesa-dev
61+
run: sudo apt install -y libgl1-mesa-dev libxrandr-dev libxinerama-dev libxkbfile-dev libxcursor-dev libxi-dev
6162

6263
- name: Configure CMake
6364
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

0 commit comments

Comments
 (0)