Skip to content

Commit d394985

Browse files
committed
Fix CodeQL build (#247)
1 parent 79d118a commit d394985

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)