From efcf5de1fb0c3f266499211bdcba8c8451733ad9 Mon Sep 17 00:00:00 2001 From: Matt Woodward Date: Tue, 14 Nov 2023 17:19:18 +1100 Subject: [PATCH] -m --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 0c4f39222..7ecdb7a1f 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -46,7 +46,7 @@ jobs: CXX: clang++ run: | cmake -S c -B build -DCODE_COVERAGE=ON -DCMAKE_C_FLAGS=--coverage -DCMAKE_CXX_FLAGS=--coverage && - build-wrapper-linux-x86-64 --out-dir ./bw-output cmake --build build -j8 --target ccov-all-export && + build-wrapper-linux-x86-64 --out-dir ./bw-output cmake --build build -j8 --target ccov-all-export - name: Run sonar-scanner uses: sonarsource/sonarcloud-github-action@master env: