Skip to content

Commit

Permalink
Add build tools to CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Dec 23, 2023
1 parent 387b3b0 commit bad3dc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
languages: cpp
queries: security-and-quality
source-root: src
- name: Install build tools
run: |
brew install meson ninja
- name: Build sources
run: |
cd src
Expand Down

0 comments on commit bad3dc9

Please sign in to comment.