Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
chore: fix downstream check (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Mar 28, 2022
1 parent a178ed3 commit 0b705e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/downstream.yaml
Expand Up @@ -134,9 +134,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 api-common ${{matrix.repo}}

0 comments on commit 0b705e3

Please sign in to comment.