Skip to content

Commit

Permalink
Temporary disable analyzers for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Artsishevsky <polter.rnd@gmail.com>
  • Loading branch information
polter-rnd committed Nov 7, 2024
1 parent f246660 commit a4ec1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DENABLE_ANALYZERS=ON
-DENABLE_ANALYZERS=OFF
-DENABLE_FORMATTERS=ON
-DENABLE_SANITIZERS=ON
-DENABLE_FMTLIB=${{ matrix.format_lib == 'fmtlib' && 'ON' || 'OFF' }}
Expand Down

0 comments on commit a4ec1c4

Please sign in to comment.