Skip to content

Commit

Permalink
Add prereqs step to avoid getting blocked in tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRicardo-Zoetis committed Jan 20, 2025
1 parent c363356 commit e57ab62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: prereqs
run: |
azurepipelines/e2e_test/packer/deltagen/scripts/install-prereqs.sh
- name: Setup
run: |
apt-get update
Expand Down

0 comments on commit e57ab62

Please sign in to comment.