mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-05 18:50:06 +08:00
Fix codeql workflow
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
# ℹ️ Command-line programs to run using the OS shell.
|
||||
# 📚 https://git.io/JvXDl
|
||||
|
||||
- run: sudo apt-get update && sudo apt-get install -y gcc g++ git libssl-dev libargon2-dev
|
||||
- run: sudo apt-get update && sudo apt-get install -y gcc g++ git libssl-dev libargon2-dev libedit-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
|
||||
|
||||
Reference in New Issue
Block a user