diff options
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cc69064f..f3e70e64 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,6 +36,9 @@ jobs:          # a pull request then we can checkout the head.          fetch-depth: 2 +    - name: Install dependencies +      run: sudo apt-get install cmake, libffi-dev, libgtk2.0-dev, liblzma-dev, libselinux1-dev, libsoup2.4-dev, pciutils, libjson-glib-dev +      # If this run was triggered by a pull request event, then checkout      # the head of the pull request instead of the merge commit.      - run: git checkout HEAD^2  | 
