CodeQL add missing dep.

This commit is contained in:
Roger A. Light
2024-01-31 17:09:07 +00:00
parent 6835f2e1b8
commit ef1573592f
+1 -1
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
- run: sudo apt-get update && sudo apt-get install -y gcc g++ git libssl-dev libargon2-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