Skip to content

Commit

Permalink
Install dependencies when running CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereira committed Oct 3, 2020
1 parent f65a106 commit 0961821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 0961821

Please sign in to comment.