Skip to content

Commit 8e5c460

Browse files
authored
Add apt update to XML validation workflow (#2376)
1 parent 18327f4 commit 8e5c460

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/xml_validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: "Checkout repository"
1313
uses: actions/checkout@master
14+
- name: "Update APT repositories"
15+
run: "sudo apt update"
1416
- name: "Install xmllint"
1517
run: "sudo apt-get -y install libxml2-utils"
1618
- name: "Validate XMLs"

0 commit comments

Comments
 (0)