We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5dae5 commit aed800bCopy full SHA for aed800b
1 file changed
java-shared-dependencies/.github/workflows/downstream.yaml
@@ -149,9 +149,11 @@ jobs:
149
- workflows
150
steps:
151
- uses: actions/checkout@v2
152
- - uses: actions/setup-java@v1
+ - uses: actions/setup-java@v3
153
with:
154
+ distribution: zulu
155
java-version: ${{matrix.java}}
156
- run: java -version
157
+ - run: sudo apt-get update -y
158
- run: sudo apt-get install libxml2-utils
159
- run: .kokoro/downstream-client-library-check.sh ${{matrix.repo}}
0 commit comments