We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad227d9 commit a87d327Copy full SHA for a87d327
1 file changed
.github/workflows/sonar-analysis.yml
@@ -27,12 +27,8 @@ jobs:
27
- name: Install Build Wrapper
28
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5
29
30
- - run: ls .
31
-
32
- - run: where node-gyp.cmd
33
34
- name: Run Build Wrapper
35
- run: build-wrapper-win-x86-64.exe --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} node-gyp configure build
+ run: build-wrapper-win-x86-64.exe --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} npx node-gyp configure build
36
37
- run: ls ${{ env.BUILD_WRAPPER_OUT_DIR }}
38
- run: cat ${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json
0 commit comments