update ci run to latest nlohmann/json release

This commit is contained in:
ouwou 2022-12-01 01:33:10 -05:00
parent c5807a3463
commit 92273829bb

View File

@ -160,7 +160,7 @@ jobs:
cd deps cd deps
git clone https://github.com/nlohmann/json git clone https://github.com/nlohmann/json
cd json cd json
git checkout db78ac1d7716f56fc9f1b030b715f872f93964e4 git checkout bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d
mkdir build mkdir build
cd build cd build
cmake .. cmake ..