prova: 1000
Some checks failed
Release / build-linux (push) Failing after 13s
Release / build-windows (push) Failing after 1m22s
Release / create-release (push) Has been skipped

This commit is contained in:
2025-11-24 11:48:52 +01:00
parent cb9f09d785
commit 95953e2c39
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
container: node:20-slim
steps:
- name: Checkout
- uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Instalar dependencias
run: |
@@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4
- 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)
run: |

View File

@@ -5,5 +5,5 @@ constexpr const char* NAME = "pollo";
constexpr const char* LONG_NAME = "Los pollos hermanos";
constexpr const char* VERSION = "0.1";
constexpr const char* COPYRIGHT = "@2025 JailDesigner";
constexpr const char* GIT_HASH = "59e6af6";
constexpr const char* GIT_HASH = "cb9f09d";
} // namespace Project