Skip to content

Commit

Permalink
fix: install xml-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas GRUSON committed Jan 13, 2021
1 parent 962bbed commit 327e004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-back.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
echo ::set-output name=version::${VERSION}
echo ::set-output name=tags::${TAGS}
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
- name: Install xmllint
run: sudo apt-get install libxml2-utils
- name: Create about.json
run: |
SHA=${GITHUB_SHA:0:7}
Expand Down

0 comments on commit 327e004

Please sign in to comment.