From 8ecc9860e2738651bd6587c2f3cd0ff1d11b622c Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 21 Nov 2023 11:14:58 +0000 Subject: [PATCH] update ci.yaml --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d0a0087d..25f898b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: tidy-checks: '' # force the use of .clang-tidy database: 'build' -# - name: Fail? + # - name: Fail? # if: steps.linter.outputs.checks-failed > 0 # run: echo "Some files failed the linting checks!" && exit 1 @@ -93,6 +93,8 @@ jobs: conan profile detect --force conan install . --output-folder=build --build=missing + - uses: ilammy/msvc-dev-cmd@v1.3.0 # NOTE: this is needed to use cl.exe with the Ninja generator on Windows + - name: Build with CMake run: | cmake -S . -B build --preset conan-release -DCMAKE_BUILD_TYPE=Release