diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-30 14:06:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 14:06:29 +0200 |
| commit | 9d1a7a68c5d0689b4854919c92725ee01393eea4 (patch) | |
| tree | 207791ef1f0b8fd647cb848de0a3695058ac549e /.github | |
| parent | 546743c838d8c3009fb864718ee77858ff843b29 (diff) | |
| parent | 29ac85d55273e83a3ada19037959ae7c7823f5b7 (diff) | |
| download | PROJ-9d1a7a68c5d0689b4854919c92725ee01393eea4.tar.gz PROJ-9d1a7a68c5d0689b4854919c92725ee01393eea4.zip | |
Merge pull request #2686 from rouault/nlohmann_json_update
Update internal nlohmann/json to 3.9.1, and add a CMake option to be able to use external nlohmann/json
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/workflows/clang_linux/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang_linux/start.sh b/.github/workflows/clang_linux/start.sh index a2b6c631..286fdb69 100755 --- a/.github/workflows/clang_linux/start.sh +++ b/.github/workflows/clang_linux/start.sh @@ -5,7 +5,7 @@ set -e apt-get update -y DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ sudo autoconf automake libtool clang++-10 python3-clang-10 make cmake ccache pkg-config tar zip \ - sqlite3 libsqlite3-dev libtiff-dev libcurl4-openssl-dev jq python3-pip + sqlite3 libsqlite3-dev libtiff-dev libcurl4-openssl-dev jq python3-pip nlohmann-json3-dev python3 -m pip install --user jsonschema |
