Skip to content

Commit

Permalink
fix(ci): use correct mvnw call for matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Nov 17, 2021
1 parent 648409b commit 565fe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ensure-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
java-version: ${{ matrix.java }}

- name: Run mvnw
run: ./mvn install
run: ./mvnw install

0 comments on commit 565fe63

Please sign in to comment.