Skip to content

Commit

Permalink
ci: try to fix maven install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 4, 2024
1 parent 1fa95e8 commit 1510da2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/amd64_windows_cmake_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
distribution: ${{ matrix.java.distrib }}
java-version: ${{ matrix.java.version }}
- name: Update maven
run: choco upgrade maven
run: |
choco upgrade maven
refreshenv
- name: Check java
run: |
java -version
Expand Down

0 comments on commit 1510da2

Please sign in to comment.