Skip to content

Commit

Permalink
[CodeQL] fix unmet build dependency (sonic-net#222)
Browse files Browse the repository at this point in the history
Summary:
Fixes # (issue)
Fix unmet build dependencies.

sign-off: Jing Zhang zhangjing@microsoft.com
  • Loading branch information
zjswhhh committed Dec 18, 2023
1 parent dab93e2 commit 0ed5026
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ jobs:
autoconf-archive \
uuid-dev \
libjansson-dev \
python
python \
nlohmann-json3-dev
- name: build-swss-common
run: |
set -x
cd ..
git clone https://github.com/sonic-net/sonic-swss-common
pushd sonic-swss-common
Expand Down

0 comments on commit 0ed5026

Please sign in to comment.