install deps

This commit is contained in:
Johnny Cena 2025-08-19 23:07:48 +02:00
parent ee41556f2c
commit ff99f4d1f7

View File

@ -39,6 +39,7 @@ jobs:
# rexm should update all required files in raylib and even raylib.com repo, # rexm should update all required files in raylib and even raylib.com repo,
# but not sure if it can do that from an Action, maybe it requires manual copy # but not sure if it can do that from an Action, maybe it requires manual copy
run: | run: |
sudo apt-get update && sudo apt-get install -y libopengl0 libglu1-mesa libx11-dev libxrandr-dev libxcursor-dev libxi-dev libxinerama-dev libgl1-mesa-dev libglu1-mesa-dev
cd "${{ github.workspace }}/src" cd "${{ github.workspace }}/src"
make make
sudo make install sudo make install