Skip to content

Commit 4e5f9dc

Browse files
authored
Merge pull request #382 from citation-style-language/bdarcus-apt-fix
Add apt-get update to XML test
2 parents 17389d6 + e50da81 commit 4e5f9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Repository
3535
uses: actions/checkout@v2
3636
- name: Install dependencies
37-
run: sudo apt-get install --yes trang
37+
run: sudo apt-get update && sudo apt-get install --yes trang
3838
- name: Check schema validity
3939
run: trang schemas/styles/csl.rnc csl.rng && trang csl.rng csl.rnc
4040
- name: Check schema formatting

0 commit comments

Comments
 (0)