Use newer nlohmann-json package in CI.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2020-06-29 06:23:04 +02:00
parent dd8d1c72c1
commit 6a8ca29082
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ steps:
- alias apt-get='rm -f /var/cache/apt/archives/lock && apt-get'
- apt-get update -q
- apt-get install -qq build-essential cmake clang pkg-config
- apt-get install -qq catch libcgicc-dev nlohmann-json-dev
- apt-get install -qq catch libcgicc-dev nlohmann-json3-dev
- rm -rf build && mkdir -p build && cd build
- cmake -G "Unix Makefiles" -DWITH_TESTS=YES ..
- make VERBOSE=1