install deps
This commit is contained in:
parent
ee41556f2c
commit
ff99f4d1f7
1
.github/workflows/update_examples.yml
vendored
1
.github/workflows/update_examples.yml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
# 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
|
||||
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"
|
||||
make
|
||||
sudo make install
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user