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 f7f9130 commit b900c4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:

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

0 comments on commit b900c4d

Please sign in to comment.