prova: 4
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user