Skip to content

Commit

Permalink
chore: fix downstream check (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 authored Mar 28, 2022
1 parent b0e78a6 commit 54db176
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/downstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,11 @@ jobs:
- workflows
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: ${{matrix.java}}
- run: java -version
- run: sudo apt-get update -y
- run: sudo apt-get install libxml2-utils
- run: .kokoro/downstream-client-library-check.sh google-api-client-bom ${{matrix.repo}}
- run: .kokoro/downstream-client-library-check.sh google-api-client-bom ${{matrix.repo}}

0 comments on commit 54db176

Please sign in to comment.