Skip to content

Commit b94cb36

Browse files
Install xmlstarlet
1 parent 6a8a18e commit b94cb36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/maven.yml

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

9+
env:
10+
MAVEN_ARGS: "--no-transfer-progress -Dstyle.color=always"
11+
912
jobs:
1013
build:
1114

1215
runs-on: ubuntu-latest
1316

1417
steps:
18+
- run: |
19+
sudo apt-get install xmlstarlet -yq
1520
- uses: actions/checkout@v4
1621
- name: Set up JDK 17
1722
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)