mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-06 02:52:07 +08:00
Bump cjson version
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user