Skip to content

Commit

Permalink
Fix CodeQL build (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Jun 26, 2024
1 parent 79d118a commit d394985
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- name: Install dependencies
run: |
script/ci_setup.sh
apt-get install -y libboost-system-dev
add-apt-repository ppa:nicola-onorata/toolchain
apt-get update
apt-get install -y boost1.81
- name: CodeQL Initialization
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit d394985

Please sign in to comment.