We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7548cb2 commit 7b5458dCopy full SHA for 7b5458d
1 file changed
.github/workflows/codeql.yml
@@ -60,6 +60,10 @@ jobs:
60
# - name: Setup runtime (example)
61
# uses: actions/setup-example@v1
62
63
+ - name: Setup NixOS for CodeQL
64
+ run: |
65
+ nix-shell -p stdenv glibc --run "echo 'Dependencies loaded'"
66
+
67
# Initializes the CodeQL tools for scanning.
68
- name: Initialize CodeQL
69
uses: github/codeql-action/init@v4
0 commit comments