Skip to content

Commit 5e51016

Browse files
committed
chore: add xmllint dependency installation to templates
1 parent 73df39f commit 5e51016

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

hermetic_build/library_generation/owlbot/templates/java_library/.github/workflows/update_generation_config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
33+
- name: Install Dependencies
34+
shell: bash
35+
run: sudo apt install -y libxml2-utils
3336
- name: Update params in generation config to latest
3437
shell: bash
3538
run: |

0 commit comments

Comments
 (0)