Skip to content

Commit 293eb1b

Browse files
committed
install xmllint in the image used for build
1 parent f53f645 commit 293eb1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ssh-key-signer-server-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
distribution: 'temurin'
2525
cache: maven
2626

27+
- name: install xmllint
28+
run: sudo apt install -y libxml2-utils
29+
2730
- name: build with maven
2831
run: mvn clean package --projects ${{ env.PROJECT }} --also-make --batch-mode -Pproduction
2932

0 commit comments

Comments
 (0)