Sfoglia il codice sorgente

install deps

pull/5129/head
Johnny Cena 1 mese fa
parent
commit
ff99f4d1f7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      .github/workflows/update_examples.yml

+ 1
- 0
.github/workflows/update_examples.yml Vedi File

@ -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

Caricamento…
Annulla
Salva