ci: add libasound2-dev in order to test the compilation of the examples in examples/sokol/sounds/

This commit is contained in:
Delyan Angelov 2024-05-22 00:51:33 +03:00
parent 6197140085
commit ba5b274658
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
5 changed files with 12 additions and 11 deletions

View file

@ -258,7 +258,7 @@ you will need additional development libraries for your system.
| System | Installation method |
|---------------------|----------------------------------------------------------------------------------------------------|
| Debian/Ubuntu based | `sudo apt install libxi-dev libxcursor-dev libgl-dev` |
| Debian/Ubuntu based | `sudo apt install libxi-dev libxcursor-dev libgl-dev libasound2-dev` |
| Fedora/RH/CentOS | `sudo dnf install libXcursor-devel libXi-devel libX11-devel libglvnd-devel` |
| NixOS | add `xorg.libX11.dev xorg.libXcursor.dev xorg.libXi.dev libGL.dev` to `environment.systemPackages` |