Skip to content

Commit 8cf1768

Browse files
Install xmlstarlet
1 parent 6a8a18e commit 8cf1768

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/maven.yml

+8
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ on:
66
pull_request:
77
branches: [ "master" ]
88

9+
env:
10+
# Since version 3.9.0 of Maven it will automatically understand this environment variable.
11+
# However, as of 2024-11 the latest versions of Ubuntu and Debian were on 3.8.8 so it will take some
12+
# time until we can remove the $MAVEN_ARGS below.
13+
MAVEN_ARGS: "--no-transfer-progress -Dstyle.color=always"
14+
915
jobs:
1016
build:
1117

1218
runs-on: ubuntu-latest
1319

1420
steps:
21+
- run: |
22+
apt-get install xmlstarlet -y
1523
- uses: actions/checkout@v4
1624
- name: Set up JDK 17
1725
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)