From 5cb3bb5d0896cb5bc835012370ab9653a0cc336d Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Sat, 3 Sep 2022 10:47:24 -0500 Subject: [PATCH] Update sonarcloud.yml --- .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 1461029c..6d10c8ec 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -50,7 +50,7 @@ jobs: working-directory: ./src/raspberrypi - name: Run build-wrapper run: | - build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} make all + build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} "make scsimon CONNECT_TYPE=STANDARD CROSS_COMPILE=arm-linux-gnueabihf-" working-directory: ./src/raspberrypi - name: Run sonar-scanner env: