Skip to content

Commit

Permalink
Ok I think I got it: you configure with conan-default and build with …
Browse files Browse the repository at this point in the history
…conan-release
  • Loading branch information
jmarrec committed May 22, 2024
1 parent 2ad82d4 commit 44c81c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildCSharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 44c81c6

Please sign in to comment.