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 590f628 commit 7cc5eb5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cmake-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@ 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 libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
run: |
sudo apt update
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libwayland-dev libxkbcommon-dev
- name: Install dependencies on Ubuntu for Raylib
if: runner.os == 'ubuntu-latest'
run: sudo apt install libgl1-mesa-dev libx11-dev libxcursor-dev libxinerama-dev libxrandr-dev
run: |
sudo apt update
sudo apt install libgl1-mesa-dev libx11-dev libxcursor-dev libxinerama-dev libxrandr-dev
- name: Install dependencies on macOS for GLFW3
if: runner.os == 'macos-latest'
Expand Down

0 comments on commit 7cc5eb5

Please sign in to comment.