Skip to content

Commit

Permalink
Use cmd script on Windows
Browse files Browse the repository at this point in the history
- attempt to use cmd version instead
  • Loading branch information
puskarpeter committed Apr 24, 2024
1 parent 088891e commit ffaa6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
if: matrix.os != 'windows-latest'

- name: Build with maven on Windows
run: .\mvnw --no-transfer-progress verify
shell: pwsh
run: mvnw.cmd --no-transfer-progress verify
shell: cmd
if: matrix.os == 'windows-latest'

0 comments on commit ffaa6b9

Please sign in to comment.