Skip to content

Commit 4bd2f19

Browse files
committed
ci: try to bump maven
1 parent 8d2439e commit 4bd2f19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/amd64_windows_cmake_java.yml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
with:
3939
distribution: ${{ matrix.java.distrib }}
4040
java-version: ${{ matrix.java.version }}
41+
- name: Update maven
42+
run: |
43+
choco upgrade maven
44+
echo "C:\ProgramData\chocolatey\lib\maven\apache-maven-3.9.9\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
4145
- name: Check java
4246
run: |
4347
java -version

0 commit comments

Comments
 (0)