From e9b244167e26aac27a2252d6607ebea46dddea0e Mon Sep 17 00:00:00 2001 From: Rainer Kuemmerle Date: Sat, 31 Aug 2024 11:37:24 +0200 Subject: [PATCH] Install JSON for Modern C++ in Windows CI --- .github/workflows/windows.yml | 2 +- todo.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a3fbad939..3f48cb2d2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -42,7 +42,7 @@ jobs: - name: Install libraries with vcpkg run: | - vcpkg --triplet x64-windows install eigen3 + vcpkg --triplet x64-windows install eigen3 nlohmann-json - name: Eigen Introspection run: | diff --git a/todo.md b/todo.md index 067d3c5f0..611c4c74a 100644 --- a/todo.md +++ b/todo.md @@ -1,5 +1,5 @@ [x] drop cereal (replace with json directly, drop xml) -[ ] install json on Windows CI +[x] install json on Windows CI [x] wrap io_format.h to python [x] wrap simulator into library [x] add config types for simulation