Skip to content

Commit 7b5458d

Browse files
committed
codeql: added setup for NixOS
Signed-off-by: gerrydoro <gerrydoro97@gmail.com>
1 parent 7548cb2 commit 7b5458d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
# - name: Setup runtime (example)
6161
# uses: actions/setup-example@v1
6262

63+
- name: Setup NixOS for CodeQL
64+
run: |
65+
nix-shell -p stdenv glibc --run "echo 'Dependencies loaded'"
66+
6367
# Initializes the CodeQL tools for scanning.
6468
- name: Initialize CodeQL
6569
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)