Skip to content

Commit

Permalink
Merge pull request #382 from citation-style-language/bdarcus-apt-fix
Browse files Browse the repository at this point in the history
Add apt-get update to XML test
  • Loading branch information
bwiernik authored Nov 2, 2020
2 parents 17389d6 + e50da81 commit 4e5f9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install --yes trang
run: sudo apt-get update && sudo apt-get install --yes trang
- name: Check schema validity
run: trang schemas/styles/csl.rnc csl.rng && trang csl.rng csl.rnc
- name: Check schema formatting
Expand Down

0 comments on commit 4e5f9dc

Please sign in to comment.