We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c85e4 commit 833a00fCopy full SHA for 833a00f
.github/workflows/build.yml
@@ -427,6 +427,11 @@ jobs:
427
run: |
428
patch -p0 <raygui.h.diff
429
430
+ - name: install libs
431
+ run: |
432
+ sudo apt update
433
+ sudo apt -y install cmake libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev libgbm-dev libdrm-dev
434
+
435
- name: Build SDL
436
437
wget https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.32.8.tar.gz
0 commit comments