Skip to content

Commit

Permalink
chore: fix downstream check (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Mar 28, 2022
1 parent 2ed19b7 commit 7e91e67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/downstream.yaml
Expand Up @@ -133,10 +133,12 @@ jobs:
- workflow-executions
- workflows
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v1
- uses: actions/checkout@v2
- 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-http-client-bom ${{matrix.repo}}

0 comments on commit 7e91e67

Please sign in to comment.