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