Skip to content

Commit

Permalink
Add libzstd-dev to CodeQL dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Id9e32efa8a0a0ed5d3fa52eaea5208342098e8cb
  • Loading branch information
timar committed Sep 20, 2022
1 parent 384b4ce commit cc678b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
sudo sh -c "echo deb-src http://security.ubuntu.com/ubuntu/ focal-security universe >> /etc/apt/sources.list"
sudo sh -c "echo deb-src http://security.ubuntu.com/ubuntu/ focal-security multiverse >> /etc/apt/sources.list"
sudo apt-get update
sudo apt-get install -y build-essential git libpoco-dev libcap-dev python3-polib npm libpng-dev python3-lxml libpam-dev
sudo apt-get install -y build-essential git libpoco-dev libcap-dev python3-polib npm libpng-dev python3-lxml libpam-dev libzstd-dev
sudo apt-get build-dep -y libreoffice
- if: matrix.language == 'python'
Expand Down

0 comments on commit cc678b0

Please sign in to comment.