Skip to content

Commit

Permalink
ci: try to fix failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson authored Mar 31, 2022
1 parent 35d1a13 commit fd44210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: apt-get update
run: sudo apt-get update -y
- name: Install xmllint
run: sudo apt-get install -y libxml2-utils
- name: Validate XSD Schemas
Expand Down

0 comments on commit fd44210

Please sign in to comment.