We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c8bf1 commit 9e00775Copy full SHA for 9e00775
1 file changed
.circleci/config.yml
@@ -18,7 +18,8 @@ jobs:
18
- run:
19
name: Install testing prerequisites
20
command: |
21
- # sudo apt-get update
+ sudo apt-get update
22
+ sudo apt-get install -y xsltproc
23
mkdir /tmp/saxon/
24
mkdir /tmp/saxon/lib/
25
0 commit comments