Skip to content

Commit

Permalink
Try build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 25, 2024
1 parent ee53002 commit eba3b4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clazy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ jobs:
-Do2_WITH_VIMEO:BOOL=ON \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
..
ninja
cd ..
- name: Clazy action
id: clazy
uses: ./.github/actions/clazy
with:
checks: 'level0,level1,old-style-connect,no-overloaded-signal'
checks: 'level0,level1,old-style-connect'
install-stable: true
database: build

Expand Down

0 comments on commit eba3b4e

Please sign in to comment.