Skip to content

Commit

Permalink
Update CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Dec 23, 2023
1 parent 64030ee commit 387b3b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
source-root: src
- name: Build sources
run: |
cmake -S . -B build
cmake --build build
cd src
meson setup build
ninja -C build
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 387b3b0

Please sign in to comment.