Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Feb 9, 2024
1 parent c45cec3 commit 8f7fbc9
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 @@ -38,7 +38,7 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvnw.cmd --batch-mode --update-snapshots verify
run: mvnw --batch-mode --update-snapshots verify
build-macos:
name: Build (MacOS)
runs-on: macos-latest
Expand Down

0 comments on commit 8f7fbc9

Please sign in to comment.