Skip to content

Commit cc670a4

Browse files
authored
chore: fix downstream check (googleapis#898)
1 parent e0d6996 commit cc670a4

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
@@ -134,9 +134,11 @@ jobs:
134134
- workflows
135135
steps:
136136
- uses: actions/checkout@v2
137-
- uses: actions/setup-java@v1
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-auth-library-bom ${{matrix.repo}}

0 commit comments

Comments
 (0)