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

Commit 92e4498

Browse files
authored
chore: fix downstream check (#643)
1 parent 252afba commit 92e4498

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/downstream.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,11 @@ jobs:
149149
- workflows
150150
steps:
151151
- uses: actions/checkout@v2
152-
- uses: actions/setup-java@v1
152+
- uses: actions/setup-java@v3
153153
with:
154+
distribution: zulu
154155
java-version: ${{matrix.java}}
155156
- run: java -version
157+
- run: sudo apt-get update -y
156158
- run: sudo apt-get install libxml2-utils
157159
- run: .kokoro/downstream-client-library-check.sh ${{matrix.repo}}

0 commit comments

Comments
 (0)