Skip to content

Commit 552b4fa

Browse files
committed
1 parent 4f9b182 commit 552b4fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
components: rustfmt
6161

6262
- name: Install xmllint
63-
run: sudo apt-get install libxml2-utils
63+
run: |
64+
sudo apt-get update
65+
sudo apt-get install libxml2-utils
6466
6567
- name: Create working crate
6668
run: make crates

0 commit comments

Comments
 (0)