Skip to content

Commit a2b733f

Browse files
authored
Update cmake-multi-platform.yml
1 parent 79c70e7 commit a2b733f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: matrix.os == 'ubuntu-latest'
4242
run: |
4343
sudo apt-get update
44-
sudo apt-get install -y build-essential cmake libxrandr-dev
44+
sudo apt-get install -y build-essential cmake libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev libwayland-dev libxkbcommon-dev wayland-devel libxkbcommon-devel wayland-protocols-devel
4545
4646
- name: Configure raylib with CMake
4747
run: |

0 commit comments

Comments
 (0)