From 1f539a234b5dad558442e1e7d22409717c96d2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Wed, 30 Oct 2024 15:11:52 +0100 Subject: [PATCH] forgot json --- .github/workflows/build_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 563103b..e512c8e 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -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