We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23737bf commit f667172Copy full SHA for f667172
.github/workflows/codeql.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
if [ "${{ matrix.language }}" = "c-cpp" ]; then
74
apt-get update
75
- apt-get install build-essential antlr4 libantlr4-runtime-dev pandoc nlohmann-json3-dev -y
+ apt-get install build-essential antlr4 libantlr4-runtime-dev pandoc nlohmann-json3-dev libfrozen-dev -y
76
fi
77
78
# Add any setup steps before running the `github/codeql-action/init` action.
0 commit comments