Skip to content

Commit 3debbfd

Browse files
install xmllint
1 parent 600e90f commit 3debbfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
export default App
5252
EOF
5353
54+
- name: Install xmllint
55+
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
56+
5457
- name: Start React App
5558
run: |
5659
cd integration

0 commit comments

Comments
 (0)