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

Commit

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

0 comments on commit 92e4498

Please sign in to comment.