Skip to content

Commit

Permalink
feat: install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
smuu authored Jan 10, 2024
1 parent 915274e commit d95765a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

# Install dependencies needed for building
- name: Install LLVM
run: sudo apt-get install llvm

# Custom build step
- name: Build with Make
run: make all
Expand Down

0 comments on commit d95765a

Please sign in to comment.