Skip to content

Commit

Permalink
chore(java): update windows build (#1205)
Browse files Browse the repository at this point in the history
to install maven 3.8.1 at runtime too (related to #1202)

Tested in [java-bigquerystorage](googleapis/java-bigquerystorage@7834f4f)
  • Loading branch information
stephaniewang526 authored Sep 7, 2021
1 parent ad7fd76 commit 17ee6e5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: stCarolas/setup-maven@v4
with:
maven-version: 3.8.1
- uses: actions/setup-java@v1
with:
java-version: 8
Expand Down Expand Up @@ -75,4 +78,4 @@ jobs:
- run: java -version
- run: .kokoro/build.sh
env:
JOB_TYPE: clirr
JOB_TYPE: clirr

0 comments on commit 17ee6e5

Please sign in to comment.