Skip to content

Commit 2db6ff6

Browse files
authored
Merge pull request #250 from offa/fix_codeql
Fix CodeQL build
2 parents 79d118a + d394985 commit 2db6ff6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
script/ci_setup.sh
19-
apt-get install -y libboost-system-dev
19+
add-apt-repository ppa:nicola-onorata/toolchain
20+
apt-get update
21+
apt-get install -y boost1.81
2022
- name: CodeQL Initialization
2123
uses: github/codeql-action/init@v3
2224
with:

0 commit comments

Comments
 (0)