aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-07-16 16:43:57 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2025-07-16 16:43:57 +0200
commit6055138bd1210ab6e84479ecab597fc0673f8ef7 (patch)
tree29bfad179a662e250119456984a6aa6d1fc759bd
parent246e943b983801124677ccaaf6df842c60fc486a (diff)
install libbsd-devmain
-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