Skip to content

Commit

Permalink
ci: fix build-wrapper exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed Jun 17, 2024
1 parent 4208831 commit e460cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: CMake Build (Sonar Wrapper)
if: ${{ inputs.enable-sonar == true }}
run: |
./build-wrapper-win-x86/build-wrapper-win-x86.exe --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build out/build/${{ inputs.cmake-preset }} --target plugin -j 16
./build-wrapper-win-x86/build-wrapper-win-x86-64.exe --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build out/build/${{ inputs.cmake-preset }} --target plugin -j 16
- name: Sonar Scanner
if: ${{ inputs.enable-sonar == true }}
env:
Expand Down

0 comments on commit e460cb9

Please sign in to comment.