From 19820e142792db42f03d04b5a2b6921d77dbe221 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:32:59 +0000 Subject: [PATCH 1/2] Initial plan From c4b90b23fa279a6db164effbb6e00f4e83f1d970 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:36:01 +0000 Subject: [PATCH 2/2] Fix CPP build error - correct Visual Studio path to 2022 version Co-authored-by: Happypig375 <19922066+Happypig375@users.noreply.github.com> --- .github/workflows/CPPBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CPPBuild.yml b/.github/workflows/CPPBuild.yml index 505d8c98b..f56a2ec87 100644 --- a/.github/workflows/CPPBuild.yml +++ b/.github/workflows/CPPBuild.yml @@ -48,7 +48,7 @@ jobs: run: | cd Sources/Wrappers/AngouriMath.CPP.Exporting mkdir ../AngouriMath.CPP.Importing/out-x64 - call "C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\vcvars64.bat" + call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" dotnet publish -p:NativeLib=Shared -p:SelfContained=true -r ${{ matrix.flag }} -c release - name: 'Building the library into native for Linux & MacOS'