Skip to content

Commit 54db176

Browse files
authored
chore: fix downstream check (#2024)
1 parent b0e78a6 commit 54db176

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/downstream.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,11 @@ jobs:
133133
- workflows
134134
steps:
135135
- uses: actions/checkout@v2
136-
- uses: actions/setup-java@v1
136+
- uses: actions/setup-java@v3
137137
with:
138+
distribution: zulu
138139
java-version: ${{matrix.java}}
139140
- run: java -version
141+
- run: sudo apt-get update -y
140142
- run: sudo apt-get install libxml2-utils
141-
- run: .kokoro/downstream-client-library-check.sh google-api-client-bom ${{matrix.repo}}
143+
- run: .kokoro/downstream-client-library-check.sh google-api-client-bom ${{matrix.repo}}

0 commit comments

Comments
 (0)