File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 69
69
- name : Copy README
70
70
run : cp README.md python/
71
71
72
+ - name : Set up JDK 8
73
+ uses : actions/setup-java@v3
74
+ with :
75
+ java-version : " 8"
76
+ distribution : " adopt"
77
+
72
78
- uses : actions/setup-python@v5
73
79
name : Setup Python
74
80
with :
@@ -96,6 +102,12 @@ jobs:
96
102
- name : Copy README
97
103
run : cp README.md python/
98
104
105
+ - name : Set up JDK 8
106
+ uses : actions/setup-java@v3
107
+ with :
108
+ java-version : " 8"
109
+ distribution : " adopt"
110
+
99
111
- uses : actions/setup-python@v5
100
112
name : Setup Python
101
113
with :
@@ -120,6 +132,12 @@ jobs:
120
132
- name : Copy README
121
133
run : cp README.md python/
122
134
135
+ - name : Set up JDK 8
136
+ uses : actions/setup-java@v3
137
+ with :
138
+ java-version : " 8"
139
+ distribution : " adopt"
140
+
123
141
- uses : actions/setup-python@v4
124
142
name : Setup Python
125
143
with :
@@ -147,6 +165,12 @@ jobs:
147
165
- name : Copy README
148
166
run : cp README.md python/
149
167
168
+ - name : Set up JDK 8
169
+ uses : actions/setup-java@v3
170
+ with :
171
+ java-version : " 8"
172
+ distribution : " adopt"
173
+
150
174
- uses : actions/setup-python@v5
151
175
name : Setup Python
152
176
with :
You can’t perform that action at this time.
0 commit comments