Skip to content

Commit

Permalink
ci: try to bump maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 5, 2024
1 parent 8d2439e commit 4bd2f19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/amd64_windows_cmake_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
with:
distribution: ${{ matrix.java.distrib }}
java-version: ${{ matrix.java.version }}
- name: Update maven
run: |
choco upgrade maven
echo "C:\ProgramData\chocolatey\lib\maven\apache-maven-3.9.9\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Check java
run: |
java -version
Expand Down

0 comments on commit 4bd2f19

Please sign in to comment.