Skip to content

Commit

Permalink
Update cmake-build-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
P0ulpy authored Oct 31, 2024
1 parent 585afc3 commit 590f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install dependencies on Ubuntu for GLFW3
if: runner.os == 'ubuntu-latest'
run: sudo apt install libxinerama-dev libxcursor-dev pkg-config xcursor xinerama xorg-dev xorg libglu1-mesa-dev libglu1-mesa
run: sudo apt install libxinerama-dev libxcursor-dev pkg-config xcursor xinerama xorg-dev xorg libglu1-mesa-dev libglu1-mesa libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules

- name: Install dependencies on Ubuntu for Raylib
if: runner.os == 'ubuntu-latest'
Expand Down

0 comments on commit 590f628

Please sign in to comment.