Skip to content

Commit

Permalink
Updated GitHub action to Install Cert Manager Util dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed Sep 20, 2024
1 parent c60eb27 commit e05b01f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
java-version: '21'
distribution: 'corretto'
cache: maven
- name: Install Cert Manager Util dependencies
run: sudo apt-get install xmlstarlet
- name: Build Package
run: ./mvnw -B package --file pom.xml

0 comments on commit e05b01f

Please sign in to comment.