From 8b1a56c8fbc88719cababaeb72845dc2114a2558 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Thu, 3 Oct 2024 13:13:49 +0100
Subject: [PATCH] chore: new stage for windows

---
 .gitlab-ci-libretro.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci-libretro.yaml b/.gitlab-ci-libretro.yaml
index 2d27327f..6119a930 100644
--- a/.gitlab-ci-libretro.yaml
+++ b/.gitlab-ci-libretro.yaml
@@ -8,7 +8,7 @@ stages:
   - build-static
 
 libretro-build-windows-x64:
-  stage: build-prepare
+  stage: build-shared
   extends:
     - .libretro-windows-x64-mingw-make-default
     - .core-defs
-- 
GitLab