Skip to content

Commit

Permalink
.github/workflows/build.yml: enable nlohmann_json
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Oct 31, 2023
1 parent c28ee9f commit 80d4334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
libluajit-5.1-dev \
nettle-dev \
libpcre2-dev \
nlohmann-json3-dev \
libgtest-dev
- name: Configure
Expand All @@ -63,6 +64,7 @@ jobs:
-Dsodium=enabled \
-During=disabled \
-Dwas=enabled \
-Djson=enabled \
-Dtest=enabled \
--force-fallback-for=fmt,libcm4all-was-protocol,libcm4all-was-simple \
output
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Optional dependencies:
- `libwas <https://github.com/CM4all/libwas>`__
- `LuaJit <http://luajit.org/>`__
- `Nettle <https://www.lysator.liu.se/~nisse/nettle/>`__
- `nlohmann_json <https://json.nlohmann.me/>`__
- `PCRE <https://www.pcre.org/>`__
- `GoogleTest <https://github.com/google/googletest>`__

Expand Down

0 comments on commit 80d4334

Please sign in to comment.