Complete remaining CI fixes: enforce C++ standard, use Release mode, remove stale submodule

Co-authored-by: MayaTheShy <117858929+MayaTheShy@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-17 00:00:17 +00:00
parent b8c3489687
commit 3e2c03c5dc
3 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ jobs:
run: |
mkdir -p build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake .. -DCMAKE_BUILD_TYPE=Release
- name: Build C++ project
run: |