Skip to content

Commit 7973529

Browse files
committed
Update Ubuntu deps before insal libxml2-utils in GHA for usnistgov#2104
1 parent 171ec3d commit 7973529

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/status.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
cache: "npm"
3232
cache-dependency-path: "build/package-lock.json"
3333
- name: Install xmllint
34-
run: sudo apt-get install -y libxml2-utils
34+
run: |
35+
sudo apt-get update -y
36+
sudo apt-get install -y libxml2-utils
3537
- name: Run all pipelines
3638
run: |
3739
make --keep-going all

0 commit comments

Comments
 (0)