Ray
5 anos atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
1 adições e
1 exclusões
-
.github/workflows/ccpp.yml
|
|
@ -12,7 +12,7 @@ jobs: |
|
|
|
- name: apt-update |
|
|
|
run: sudo apt-get update -qq |
|
|
|
- name: apt get glfw |
|
|
|
run: sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libxcursor-dev libxrandr-dev libxinerama-dev |
|
|
|
run: sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev |
|
|
|
- name: make src |
|
|
|
run: cd src && make PLATFORM=PLATFORM_DESKTOP |
|
|
|
- name: make examples |
|
|
|