Skip to content

Commit c55519d

Browse files
authored
Merge pull request #257 from offa/fix_codeql
Fix Boost installation on CodeQL CI builds
2 parents 8a59036 + 3dd45d6 commit c55519d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
script/ci_setup.sh
19-
add-apt-repository ppa:nicola-onorata/toolchain
19+
add-apt-repository ppa:mhier/libboost-latest
2020
apt-get update
21-
apt-get install -y boost1.81
21+
apt-get install -y boost1.83
2222
- name: CodeQL Initialization
2323
uses: github/codeql-action/init@v3
2424
with:

0 commit comments

Comments
 (0)