Skip to content

Commit b49bf3b

Browse files
author
Corneil du Plessis
committed
Add install-xmlutils
1 parent 4b496f1 commit b49bf3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: 'Install xsltproc'
2+
description: 'Install xsltproc'
3+
4+
runs:
5+
using: composite
6+
steps:
7+
- name: 'Install xmlutils'
8+
shell: bash
9+
run: |
10+
sudo apt-get update -q -y
11+
sudo apt-get install -q -y xsltproc libxml2-utils

0 commit comments

Comments
 (0)