Skip to content

Commit 7dfd58d

Browse files
authored
Merge pull request #4 from aobolensk/scons
Add missing scons dependency for CodeQL job
2 parents 68c0a84 + 464dddb commit 7dfd58d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
submodules: recursive
25+
- name: Install dependencies
26+
run: |
27+
sudo apt-get install -y cmake ninja-build ccache scons
2528
- name: Initialize CodeQL
2629
uses: github/codeql-action/init@v2
2730
with:

0 commit comments

Comments
 (0)