diff --git a/.github/workflows/linux-workflow.yaml b/.github/workflows/linux-workflow.yaml index d5dc0e570b..cb135154ac 100644 --- a/.github/workflows/linux-workflow.yaml +++ b/.github/workflows/linux-workflow.yaml @@ -62,7 +62,7 @@ jobs: -DBUILD_FOR_RELEASE=ON \ -DCMAKE_C_COMPILER_LAUNCHER="${{ github.workspace }}"/buildcache/bin/buildcache \ -DCMAKE_CXX_COMPILER_LAUNCHER="${{ github.workspace }}"/buildcache/bin/buildcache \ - -DCODE_COVERAGE=ON -DASAN_BUILD=ON + -DASAN_BUILD=ON - name: CMake Generation - Clang - No ASAN if: matrix.compiler == 'clang' && startsWith(github.ref, 'refs/tags/') @@ -74,7 +74,7 @@ jobs: -DBUILD_FOR_RELEASE=ON \ -DCMAKE_C_COMPILER_LAUNCHER="${{ github.workspace }}"/buildcache/bin/buildcache \ -DCMAKE_CXX_COMPILER_LAUNCHER="${{ github.workspace }}"/buildcache/bin/buildcache \ - -DCODE_COVERAGE=ON -DASAN_BUILD=OFF + -DASAN_BUILD=OFF - name: CMake Generation - GCC if: matrix.compiler == 'gcc'