Skip to content

Commit

Permalink
Add install-xmlutils
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed May 16, 2024
1 parent 4b496f1 commit b49bf3b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/actions/install-xmlutils/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Install xsltproc'
description: 'Install xsltproc'

runs:
using: composite
steps:
- name: 'Install xmlutils'
shell: bash
run: |
sudo apt-get update -q -y
sudo apt-get install -q -y xsltproc libxml2-utils

0 comments on commit b49bf3b

Please sign in to comment.