Skip to content

Commit

Permalink
Fix CodeQL build
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Jun 26, 2024
1 parent 79d118a commit d5e0e59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: codeql
on:
schedule:
- cron: '0 5 * * 3'
push:

jobs:
codeql:
Expand All @@ -16,7 +17,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 d5e0e59

Please sign in to comment.