Skip to content

Commit

Permalink
Update master-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puskarpeter committed Apr 26, 2024
1 parent ca977c6 commit f7f9130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:

- name: Build with maven
run: |
set STEP_JAVA_HOME=%JAVA_HOME%
call RefreshEnv.cmd
set JAVA_HOME=%STEP_JAVA_HOME%
set PATH=%JAVA_HOME%\bin;%PATH%
mvnw.cmd --no-transfer-progress verify
shell: cmd
if: matrix.os == 'windows-latest'

0 comments on commit f7f9130

Please sign in to comment.