prova: 4
Some checks failed
Release / build-windows (push) Failing after 3s
Release / build-linux (push) Has been cancelled
Release / create-release (push) Has been cancelled

This commit is contained in:
2025-11-24 10:05:26 +01:00
parent 81b5d87fe7
commit dcf37ea16d

View File

@@ -10,11 +10,10 @@ jobs:
# BUILD LINUX (Nativo)
# ============================================================================
build-linux:
runs-on: ubuntu-latest
container: ubuntu:24.04
runs-on: self-hosted
container: node:20-slim
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@v4
- name: Instalar dependencias
run: |
@@ -27,7 +26,7 @@ jobs:
- name: Setup SDL3
uses: libsdl-org/setup-sdl@main
with:
version: 3.2.0
version: 3.2.26
install-linux-dependencies: true
- name: Compilar (Make Linux)