Skip to content

Commit 7cc5eb5

Browse files
authored
Update cmake-build-ubuntu.yml
1 parent 590f628 commit 7cc5eb5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/cmake-build-ubuntu.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ jobs:
3131

3232
- name: Install dependencies on Ubuntu for GLFW3
3333
if: runner.os == 'ubuntu-latest'
34-
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
34+
run: |
35+
sudo apt update
36+
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libwayland-dev libxkbcommon-dev
3537
3638
- name: Install dependencies on Ubuntu for Raylib
3739
if: runner.os == 'ubuntu-latest'
38-
run: sudo apt install libgl1-mesa-dev libx11-dev libxcursor-dev libxinerama-dev libxrandr-dev
40+
run: |
41+
sudo apt update
42+
sudo apt install libgl1-mesa-dev libx11-dev libxcursor-dev libxinerama-dev libxrandr-dev
3943
4044
- name: Install dependencies on macOS for GLFW3
4145
if: runner.os == 'macos-latest'

0 commit comments

Comments
 (0)