We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b496f1 commit b49bf3bCopy full SHA for b49bf3b
.github/actions/install-xmlutils/action.yml
@@ -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