Skip to content

Commit 7e91e67

Browse files
authored
chore: fix downstream check (googleapis#1611)
1 parent 2ed19b7 commit 7e91e67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/downstream.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,12 @@ jobs:
133133
- workflow-executions
134134
- workflows
135135
steps:
136-
- uses: actions/checkout@v3
137-
- uses: actions/setup-java@v1
136+
- uses: actions/checkout@v2
137+
- uses: actions/setup-java@v3
138138
with:
139+
distribution: zulu
139140
java-version: ${{matrix.java}}
140141
- run: java -version
142+
- run: sudo apt-get update -y
141143
- run: sudo apt-get install libxml2-utils
142144
- run: .kokoro/downstream-client-library-check.sh google-http-client-bom ${{matrix.repo}}

0 commit comments

Comments
 (0)