File tree 1 file changed +28
-4
lines changed
1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change 62
62
python-version : ["3.8", "3.9", "3.10"]
63
63
64
64
steps :
65
+ - name : Set up JDK 8
66
+ uses : actions/setup-java@v3
67
+ with :
68
+ java-version : " 8"
69
+ distribution : " adopt"
70
+
65
71
- name : Set Timezone
66
- run : sudo timedatectl set-timezone UTC
72
+ run : sudo timedatectl set-timezone UTC && echo UTC | sudo tee /etc/timezone
67
73
68
74
- uses : actions/checkout@v4
69
75
- name : Copy README
89
95
runs-on : ubuntu-latest
90
96
91
97
steps :
98
+ - name : Set up JDK 8
99
+ uses : actions/setup-java@v3
100
+ with :
101
+ java-version : " 8"
102
+ distribution : " adopt"
103
+
92
104
- name : Set Timezone
93
- run : sudo timedatectl set-timezone UTC
105
+ run : sudo timedatectl set-timezone UTC && echo UTC | sudo tee /etc/timezone
94
106
95
107
- uses : actions/checkout@v4
96
108
- name : Copy README
@@ -113,8 +125,14 @@ jobs:
113
125
runs-on : ubuntu-latest
114
126
115
127
steps :
128
+ - name : Set up JDK 8
129
+ uses : actions/setup-java@v3
130
+ with :
131
+ java-version : " 8"
132
+ distribution : " adopt"
133
+
116
134
- name : Set Timezone
117
- run : sudo timedatectl set-timezone UTC
135
+ run : sudo timedatectl set-timezone UTC && echo UTC | sudo tee /etc/timezone
118
136
119
137
- uses : actions/checkout@v4
120
138
- name : Copy README
@@ -140,8 +158,14 @@ jobs:
140
158
runs-on : ubuntu-latest
141
159
142
160
steps :
161
+ - name : Set up JDK 8
162
+ uses : actions/setup-java@v3
163
+ with :
164
+ java-version : " 8"
165
+ distribution : " adopt"
166
+
143
167
- name : Set Timezone
144
- run : sudo timedatectl set-timezone Europe/Amsterdam
168
+ run : sudo timedatectl set-timezone Europe/Amsterdam && echo Europe/Amsterdam | sudo tee /etc/timezone
145
169
146
170
- uses : actions/checkout@v4
147
171
- name : Copy README
You can’t perform that action at this time.
0 commit comments