From 8a4779a1c3c6a6c6e88a324b2d31b5f554beb8c1 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 24 Jan 2025 10:07:25 +0100 Subject: [PATCH] Fix build preset --- .github/workflows/lint-tidier.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-tidier.yml b/.github/workflows/lint-tidier.yml index ff3b653..9f59dae 100644 --- a/.github/workflows/lint-tidier.yml +++ b/.github/workflows/lint-tidier.yml @@ -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