Skip to content

Commit 52daa54

Browse files
authored
Update codeql.yml
1 parent c946730 commit 52daa54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
# 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
4646
queries: security-extended,security-and-quality
4747

48+
- name: Install dependencies
49+
run: |
50+
sudo apt-get install libboost-all-dev libgtest-dev
51+
4852
- if: matrix.build-mode == 'manual'
4953
shell: bash
5054
run: |

0 commit comments

Comments
 (0)