Skip to content

Commit e1155d1

Browse files
authored
Update build-sonarqube.yml
use build wrapper with relative path only
1 parent bfe39eb commit e1155d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Linux, GCC, Release, Coverage & SonarQube
88
runs-on: ubuntu-22.04
99
env:
10-
BUILD_WRAPPER_OUT_DIR: '${{ github.workspace }}/deploy/build/bw-output' # Directory where build-wrapper output will be placed
10+
BUILD_WRAPPER_OUT_DIR: 'deploy/build/bw-output' # Directory where build-wrapper output will be placed
1111
cxx: g++-11
1212
cc: gcc-11
1313
steps:

0 commit comments

Comments
 (0)