Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install JSON for Modern C++ in Windows CI #834

Merged
merged 1 commit into from
Aug 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Install JSON for Modern C++ in Windows CI
RainerKuemmerle committed Aug 31, 2024
commit e9b244167e26aac27a2252d6607ebea46dddea0e
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -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: |
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -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