prova: 6
This commit is contained in:
@@ -13,21 +13,22 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: node:20-slim
|
||||
steps:
|
||||
- name: Checkout
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Instalar dependencias
|
||||
run: |
|
||||
apt-get update && apt-get install -y \
|
||||
build-essential cmake git pkg-config \
|
||||
build-essential cmake git pkg-config libsdl3-dev \
|
||||
libgl1-mesa-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev \
|
||||
libxi-dev libxinerama-dev libxxf86vm-dev libxss-dev \
|
||||
libasound2-dev libpulse-dev libudev-dev libwayland-dev libxkbcommon-dev
|
||||
|
||||
- name: Setup SDL3
|
||||
uses: libsdl-org/setup-sdl@main
|
||||
with:
|
||||
version: 3.2.26
|
||||
install-linux-dependencies: true
|
||||
#- name: Setup SDL3
|
||||
# uses: libsdl-org/setup-sdl@main
|
||||
# with:
|
||||
# version: 3.2.26
|
||||
# install-linux-dependencies: true
|
||||
|
||||
- name: Compilar (Make Linux)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user