We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed19b7 commit 7e91e67Copy full SHA for 7e91e67
1 file changed
.github/workflows/downstream.yaml
@@ -133,10 +133,12 @@ jobs:
133
- workflow-executions
134
- workflows
135
steps:
136
- - uses: actions/checkout@v3
137
- - uses: actions/setup-java@v1
+ - uses: actions/checkout@v2
+ - uses: actions/setup-java@v3
138
with:
139
+ distribution: zulu
140
java-version: ${{matrix.java}}
141
- run: java -version
142
+ - run: sudo apt-get update -y
143
- run: sudo apt-get install libxml2-utils
144
- run: .kokoro/downstream-client-library-check.sh google-http-client-bom ${{matrix.repo}}
0 commit comments