aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 3d791be..c4b9473 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -35,6 +35,8 @@ jobs:
queries: security-extended,security-and-quality
- run: |
+ sudo apt-get update
+ sudo apt-get install libbsd-dev
make
- name: Perform CodeQL Analysis