Skip to content

Commit

Permalink
Merge pull request #4 from aobolensk/scons
Browse files Browse the repository at this point in the history
Add missing scons dependency for CodeQL job
  • Loading branch information
allnes authored Nov 22, 2024
2 parents 68c0a84 + 464dddb commit 7dfd58d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install dependencies
run: |
sudo apt-get install -y cmake ninja-build ccache scons
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit 7dfd58d

Please sign in to comment.