prova: 1000
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
container: node:20-slim
|
container: node:20-slim
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
- uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Instalar dependencias
|
- name: Instalar dependencias
|
||||||
run: |
|
run: |
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Instalar MinGW y Zip
|
- name: Instalar MinGW y Zip
|
||||||
run: apt-get update && apt-get install -y build-essential wget mingw-w64 zip
|
run: apt-get update && apt-get install -y build-essential wget mingw-w64 g++ g++-mingw-w64-x86-64 zip
|
||||||
|
|
||||||
- name: Setup SDL3 (MinGW)
|
- name: Setup SDL3 (MinGW)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ constexpr const char* NAME = "pollo";
|
|||||||
constexpr const char* LONG_NAME = "Los pollos hermanos";
|
constexpr const char* LONG_NAME = "Los pollos hermanos";
|
||||||
constexpr const char* VERSION = "0.1";
|
constexpr const char* VERSION = "0.1";
|
||||||
constexpr const char* COPYRIGHT = "@2025 JailDesigner";
|
constexpr const char* COPYRIGHT = "@2025 JailDesigner";
|
||||||
constexpr const char* GIT_HASH = "59e6af6";
|
constexpr const char* GIT_HASH = "cb9f09d";
|
||||||
} // namespace Project
|
} // namespace Project
|
||||||
|
|||||||
Reference in New Issue
Block a user