File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,15 @@ jobs:
31
31
32
32
- name : Install dependencies on Ubuntu for GLFW3
33
33
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
35
37
36
38
- name : Install dependencies on Ubuntu for Raylib
37
39
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
39
43
40
44
- name : Install dependencies on macOS for GLFW3
41
45
if : runner.os == 'macos-latest'
You can’t perform that action at this time.
0 commit comments