From 44c81c62e1057ee8935cd08b1214bb192a41b06f Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Wed, 22 May 2024 02:42:43 +0200 Subject: [PATCH] Ok I think I got it: you configure with conan-default and build with conan-release --- .github/workflows/buildCSharp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildCSharp.yml b/.github/workflows/buildCSharp.yml index 1e051702229..dfe2fc35840 100644 --- a/.github/workflows/buildCSharp.yml +++ b/.github/workflows/buildCSharp.yml @@ -157,7 +157,7 @@ jobs: echo "::engroup::" echo "::group::Build" - cmake --build --preset conan-default --config Release + cmake --build --preset conan-release echo "::engroup::" - name: Install Dotnet x86 @@ -183,7 +183,7 @@ jobs: echo "::engroup::" echo "::group::Build" - cmake --build --preset conan-default --config Release + cmake --build --preset conan-release echo "::engroup::" - name: build nuget for Windows