Skip to content

Commit f667172

Browse files
committed
Added libfrozen-dev to build deps for CodeQL
1 parent 23737bf commit f667172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
if [ "${{ matrix.language }}" = "c-cpp" ]; then
7474
apt-get update
75-
apt-get install build-essential antlr4 libantlr4-runtime-dev pandoc nlohmann-json3-dev -y
75+
apt-get install build-essential antlr4 libantlr4-runtime-dev pandoc nlohmann-json3-dev libfrozen-dev -y
7676
fi
7777
7878
# Add any setup steps before running the `github/codeql-action/init` action.

0 commit comments

Comments
 (0)