From fc8f22ef25c26a422dcaf6e39a00acc4e10681d7 Mon Sep 17 00:00:00 2001 From: jumao Date: Tue, 6 Feb 2024 10:50:39 -0500 Subject: [PATCH] Install nlohmann-json3-dev for CodeQL analysis of https://github.com/sonic-net/sonic-sairedis/pull/1335 --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f7c9db7fe..e1413cfa5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -69,6 +69,7 @@ jobs: autoconf-archive \ uuid-dev \ libjansson-dev \ + nlohmann-json3-dev \ python - if: matrix.language == 'cpp'