Skip to content

Commit 6c2994c

Browse files
yoshi-automationBenWhitehead
authored andcommitted
chore(1.113.14-sp): backport update windows build (#1002)
(cherry picked from commit 0b06c1c)
1 parent 0e25c3e commit 6c2994c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
runs-on: windows-latest
3131
steps:
3232
- uses: actions/checkout@v2
33+
- uses: stCarolas/setup-maven@v4
34+
with:
35+
maven-version: 3.8.1
3336
- uses: actions/setup-java@v1
3437
with:
3538
java-version: 8
@@ -92,4 +95,4 @@ jobs:
9295
- run: java -version
9396
- run: .kokoro/build.sh
9497
env:
95-
JOB_TYPE: clirr
98+
JOB_TYPE: clirr

0 commit comments

Comments
 (0)