Skip to content

Commit

Permalink
fix: adding maven version for windows CI v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jan 4, 2024
1 parent a8507cd commit 18affb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,9 @@ jobs:
java-version: ${{ matrix.jdk }}
distribution: 'temurin'
- name: Set up Maven
uses: actions/setup-java@v4
uses: s4u/setup-[email protected]
with:
java-version: ${{ matrix.jdk }}
distribution: 'temurin'
maven-version: ${{ matrix.maven }}
- name: Checkout Arrow
uses: actions/checkout@v4
Expand Down

0 comments on commit 18affb2

Please sign in to comment.