prova: 1.000.001
Some checks failed
Release / build-linux (push) Failing after 3m11s
Release / build-windows (push) Failing after 3m50s
Release / create-release (push) Has been skipped

This commit is contained in:
2025-11-24 16:25:08 +01:00
parent 6788fa8b21
commit d5b234c2c2

View File

@@ -13,9 +13,6 @@ jobs:
runs-on: ubuntu-latest
container: ubuntu:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Instalar dependencias
run: |
apt-get update && apt-get install -y \
@@ -28,6 +25,9 @@ jobs:
&& apt-get install -y nodejs \
&& rm -rf /var/lib/apt/lists/*
- name: Checkout
uses: actions/checkout@v4
- name: Setup SDL3
run: |
git clone https://github.com/libsdl-org/SDL.git /tmp/SDL3 \
@@ -56,8 +56,6 @@ jobs:
runs-on: ubuntu-latest
container: ubuntu:latest
steps:
- uses: actions/checkout@v4
- name: Instalar dependencias
run: |
apt-get update && apt-get install -y \
@@ -67,6 +65,9 @@ jobs:
&& apt-get install -y nodejs \
&& rm -rf /var/lib/apt/lists/*
- name: Checkout
uses: actions/checkout@v4
- name: Setup SDL3 (MinGW)
run: |
git clone https://github.com/libsdl-org/SDL.git /tmp/SDL3 \