Skip to content

Commit 54db176

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

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/downstream.yaml

Lines changed: 4 additions & 2 deletions
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)