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