File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
uses : actions/setup-java@v4
20
20
with :
21
21
java-version : " 8"
22
- distribution : ' temurin '
22
+ distribution : ' zulu '
23
23
cache : ' sbt'
24
24
25
25
- name : Install rust toolchain
86
86
uses : actions/setup-java@v4
87
87
with :
88
88
java-version : " 8"
89
- distribution : ' temurin '
89
+ distribution : ' zulu '
90
90
cache : ' sbt'
91
91
92
92
- name : Install rust toolchain
@@ -132,7 +132,7 @@ jobs:
132
132
uses : actions/setup-java@v4
133
133
with :
134
134
java-version : ${{ matrix.java }}
135
- distribution : ' temurin '
135
+ distribution : ' zulu '
136
136
cache : ' sbt'
137
137
138
138
- name : Download artifacts
@@ -169,7 +169,7 @@ jobs:
169
169
uses : actions/setup-java@v4
170
170
with :
171
171
java-version : " 8"
172
- distribution : ' temurin '
172
+ distribution : ' zulu '
173
173
cache : ' sbt'
174
174
175
175
- name : Download artifacts
You can’t perform that action at this time.
0 commit comments