Skip to content

Commit

Permalink
Update maven.yml: install certs
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 authored May 9, 2024
1 parent 34bea31 commit e239688
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: .\build.bat
run: |
- .\install_certs.bat
- .\build.bat

0 comments on commit e239688

Please sign in to comment.