Fix codeql workflow

This commit is contained in:
Roger A. Light
2025-05-08 14:11:42 +01:00
parent 16b4815a62
commit c899ba682e

View File

@@ -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