Skip to content

Commit

Permalink
Merge pull request #257 from offa/fix_codeql
Browse files Browse the repository at this point in the history
Fix Boost installation on CodeQL CI builds
  • Loading branch information
offa authored Aug 15, 2024
2 parents 8a59036 + 3dd45d6 commit c55519d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Install dependencies
run: |
script/ci_setup.sh
add-apt-repository ppa:nicola-onorata/toolchain
add-apt-repository ppa:mhier/libboost-latest
apt-get update
apt-get install -y boost1.81
apt-get install -y boost1.83
- name: CodeQL Initialization
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit c55519d

Please sign in to comment.