From ad4a9a29b8d6a9fd8158ca982f878b80ef55e75f Mon Sep 17 00:00:00 2001 From: Maxwell S Date: Mon, 4 Sep 2023 17:28:10 -0400 Subject: [PATCH] Update sonar.yml --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index f8aba1ac..2dfc650b 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -11,7 +11,7 @@ jobs: name: Build and analyze runs-on: ubuntu-20.04 env: - BUILD_WRAPPER_OUT_DIR: . # Directory where build-wrapper output will be placed + BUILD_WRAPPER_OUT_DIR: /home/runner/work/xmoto/xmoto/build # Directory where build-wrapper output will be placed steps: - uses: actions/checkout@v3 with: