Skip to content

Commit

Permalink
Fix build preset
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jan 24, 2025
1 parent fec69f8 commit 8a4779a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-tidier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Build application and tests
run: |
source build/Release/generators/conanbuild.sh
cmake --preset release
cmake --build --preset release
cmake --preset conan-release
cmake --build --preset conan-release
- name: Create results directory
run: mkdir linter-result
Expand Down

0 comments on commit 8a4779a

Please sign in to comment.