Skip to content

Commit

Permalink
infra: disable xmlstarlet install(#11887)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrmancuso authored and romani committed Jul 13, 2022
1 parent 0b78aed commit 40b3384
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ task:
- choco install -y --no-progress ant
- choco install -y --no-progress maven --version %MAVEN_VERSION%
- choco install -y --no-progress openjdk --version %OPENJDK_VERSION%
- choco install -y --no-progress xsltproc
- choco install -y --no-progress xmlstarlet
# - choco install -y --no-progress xsltproc
# - choco install -y --no-progress xmlstarlet
version_script:
- set
- ant -version
- java --version
- mvn --version
- xsltproc --version
- xml --version
# - xsltproc --version
# - xml --version
sevntu_script:
- cd ci
- .ci/validation.cmd sevntu
Expand Down

0 comments on commit 40b3384

Please sign in to comment.