Skip to content

Commit

Permalink
Fix Boost installation on CodeQL CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Aug 15, 2024
1 parent 8a59036 commit 3dd45d6
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 3dd45d6

Please sign in to comment.