We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe39eb commit e1155d1Copy full SHA for e1155d1
.github/workflows/build-sonarqube.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Linux, GCC, Release, Coverage & SonarQube
8
runs-on: ubuntu-22.04
9
env:
10
- BUILD_WRAPPER_OUT_DIR: '${{ github.workspace }}/deploy/build/bw-output' # Directory where build-wrapper output will be placed
+ BUILD_WRAPPER_OUT_DIR: 'deploy/build/bw-output' # Directory where build-wrapper output will be placed
11
cxx: g++-11
12
cc: gcc-11
13
steps:
0 commit comments