From 4494c9687880cf0226bc9938e9581ec9165da0ea Mon Sep 17 00:00:00 2001 From: demianmnave Date: Tue, 19 Nov 2024 21:36:24 -0500 Subject: [PATCH] Update msvc-17-10.yml --- .github/workflows/msvc-17-10.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msvc-17-10.yml b/.github/workflows/msvc-17-10.yml index a70cf64..843d3e2 100644 --- a/.github/workflows/msvc-17-10.yml +++ b/.github/workflows/msvc-17-10.yml @@ -1,6 +1,6 @@ # SPDX short identifier: BSL-1.0 -name: msvc17-17-10 +name: msvc-17-10 on: push: paths: @@ -41,4 +41,4 @@ jobs: configurePreset: "cml-ci-msvc17-mt-s" configurePresetAdditionalArgs: "['-T version=14.40']" buildPreset: "cml-ci-msvc17-mt-s-release" - testPreset: "cml-ci-msvc17-mt-s-release-test" \ No newline at end of file + testPreset: "cml-ci-msvc17-mt-s-release-test"