From 040c509bce24a12cb6d15712e803196dd2431dee Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 2 Feb 2022 16:27:02 -0500 Subject: gitlab-ci: clarify name of windows fragment for building with ninja --- .gitlab/os-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml index e15bbe9..2bce8c8 100644 --- a/.gitlab/os-windows.yml +++ b/.gitlab/os-windows.yml @@ -21,7 +21,7 @@ # could run at the same time, so we drop it. GIT_CLONE_PATH: "$CI_BUILDS_DIR\\cmake ci" -.windows_ninja: +.windows_build_ninja: extends: .windows_build variables: @@ -39,7 +39,7 @@ .windows_vs2022_x64_ninja: extends: - - .windows_ninja + - .windows_build_ninja - .windows_vcvarsall_vs2022_x64 variables: -- cgit v0.12