Skip to content

Commit a87d327

Browse files
Update sonar-analysis.yml
1 parent ad227d9 commit a87d327

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/sonar-analysis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ jobs:
2727
- name: Install Build Wrapper
2828
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5
2929

30-
- run: ls .
31-
32-
- run: where node-gyp.cmd
33-
3430
- name: Run Build Wrapper
35-
run: build-wrapper-win-x86-64.exe --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} node-gyp configure build
31+
run: build-wrapper-win-x86-64.exe --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} npx node-gyp configure build
3632

3733
- run: ls ${{ env.BUILD_WRAPPER_OUT_DIR }}
3834
- run: cat ${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json

0 commit comments

Comments
 (0)