forgot json

This commit is contained in:
Erik Fröjdh 2024-10-30 15:11:52 +01:00
parent 29a42507d7
commit 1f539a234b

View File

@ -32,7 +32,7 @@ jobs:
channels: conda-forge
- name: Prepare
run: conda install conda-build conda-verify pytest anaconda-client sphinx breathe sphinx_rtd_theme zeromq
run: conda install conda-build conda-verify pytest anaconda-client sphinx breathe sphinx_rtd_theme nlohmann_json zeromq
- name: Build library
run: mkdir build && cd build && cmake .. -DAARE_SYSTEM_LIBRARIES=ON -DAARE_DOCS=ON && make -j 2