Skip to content

Commit f9c9981

Browse files
committed
chore: update dep upstream beforehand
1 parent 5e51016 commit f9c9981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
3333
- name: Install Dependencies
3434
shell: bash
35-
run: sudo apt install -y libxml2-utils
35+
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
3636
- name: Update params in generation config to latest
3737
shell: bash
3838
run: |

0 commit comments

Comments
 (0)