Skip to content

Commit d5e0e59

Browse files
committed
Fix CodeQL build
1 parent 79d118a commit d5e0e59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: codeql
33
on:
44
schedule:
55
- cron: '0 5 * * 3'
6+
push:
67

78
jobs:
89
codeql:
@@ -16,7 +17,9 @@ jobs:
1617
- name: Install dependencies
1718
run: |
1819
script/ci_setup.sh
19-
apt-get install -y libboost-system-dev
20+
add-apt-repository ppa:nicola-onorata/toolchain
21+
apt-get update
22+
apt-get install -y boost1.81
2023
- name: CodeQL Initialization
2124
uses: github/codeql-action/init@v3
2225
with:

0 commit comments

Comments
 (0)