Update ConfigCheck.yml

This commit is contained in:
Justin Hammond 2020-02-01 14:17:03 +08:00 committed by GitHub
parent 5608ec06c3
commit 061b7dcd60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependancies
run: sudo apt-get install libxml2-utils
run: sudo apt-get install libxml2-utils libxml-simple-perl
- name: make xmltest
run: make xmltest