From fe795a27c9b9cdbc5a04d3697f0c0a6b02e6470a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:34:06 +0000 Subject: [PATCH 1/2] Initial plan From 0e751756c322a6f4ba9622549b9e734b6f0d61ab Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:36:38 +0000 Subject: [PATCH 2/2] Fix Windows CMake generator in CI Co-authored-by: BEASTSHRIRAM <165943146+BEASTSHRIRAM@users.noreply.github.com> --- .github/workflows/cpp-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-build.yml b/.github/workflows/cpp-build.yml index 6c56bef..fb2ada1 100644 --- a/.github/workflows/cpp-build.yml +++ b/.github/workflows/cpp-build.yml @@ -79,7 +79,7 @@ jobs: cd glinx-core mkdir build cd build - cmake .. -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release + cmake .. -DCMAKE_BUILD_TYPE=Release - name: Build run: |