prova: 1.000.001
This commit is contained in:
@@ -13,9 +13,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ubuntu:latest
|
container: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
|
||||||
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 \
|
||||||
@@ -28,6 +25,9 @@ jobs:
|
|||||||
&& apt-get install -y nodejs \
|
&& apt-get install -y nodejs \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup SDL3
|
- name: Setup SDL3
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/libsdl-org/SDL.git /tmp/SDL3 \
|
git clone https://github.com/libsdl-org/SDL.git /tmp/SDL3 \
|
||||||
@@ -56,8 +56,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ubuntu:latest
|
container: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- 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 \
|
||||||
@@ -67,6 +65,9 @@ jobs:
|
|||||||
&& apt-get install -y nodejs \
|
&& apt-get install -y nodejs \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup SDL3 (MinGW)
|
- name: Setup SDL3 (MinGW)
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/libsdl-org/SDL.git /tmp/SDL3 \
|
git clone https://github.com/libsdl-org/SDL.git /tmp/SDL3 \
|
||||||
|
|||||||
Reference in New Issue
Block a user