Bump cjson version

This commit is contained in:
Roger A. Light
2025-09-17 13:56:32 +01:00
parent f4ccfd55f4
commit e4c823f369

View File

@@ -54,7 +54,7 @@ jobs:
- run: sudo apt-get update && sudo apt-get install -y gcc g++ git libssl-dev libargon2-dev libedit-dev libmicrohttpd-dev
# Install cJSON
- run: git clone https://github.com/DaveGamble/cJSON /tmp/cJSON
- run: wget https://github.com/DaveGamble/cJSON/archive/v1.7.14.tar.gz -O /tmp/cjson.tar.gz
- run: wget https://github.com/DaveGamble/cJSON/archive/v1.7.19.tar.gz -O /tmp/cjson.tar.gz
- run: mkdir -p /tmp/build/cjson
- run: tar --strip=1 -xf /tmp/cjson.tar.gz -C /tmp/build/cjson
- run: rm /tmp/cjson.tar.gz