File tree 3 files changed +20
-0
lines changed
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 35
35
steps :
36
36
- uses : actions/checkout@v3
37
37
38
+ - name : CPU features
39
+ if : matrix.os == 'ubuntu-latest'
40
+ run : cat /proc/cpuinfo
41
+
38
42
- name : Cache cargo target dir
39
43
uses : actions/cache@v3
40
44
with :
Original file line number Diff line number Diff line change 66
66
steps :
67
67
- uses : actions/checkout@v3
68
68
69
+ - name : CPU features
70
+ if : matrix.os == 'ubuntu-latest'
71
+ run : cat /proc/cpuinfo
72
+
69
73
- name : Cache cargo target dir
70
74
uses : actions/cache@v3
71
75
with :
@@ -136,6 +140,9 @@ jobs:
136
140
steps :
137
141
- uses : actions/checkout@v3
138
142
143
+ - name : CPU features
144
+ run : cat /proc/cpuinfo
145
+
139
146
- name : Prepare dependencies
140
147
run : ./y.sh prepare
141
148
@@ -159,6 +166,9 @@ jobs:
159
166
steps :
160
167
- uses : actions/checkout@v3
161
168
169
+ - name : CPU features
170
+ run : cat /proc/cpuinfo
171
+
162
172
- name : Cache cargo target dir
163
173
uses : actions/cache@v3
164
174
with :
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v3
13
13
14
+ - name : CPU features
15
+ run : cat /proc/cpuinfo
16
+
14
17
- name : Cache cargo target dir
15
18
uses : actions/cache@v3
16
19
with :
31
34
steps :
32
35
- uses : actions/checkout@v3
33
36
37
+ - name : CPU features
38
+ run : cat /proc/cpuinfo
39
+
34
40
- name : Cache cargo target dir
35
41
uses : actions/cache@v3
36
42
with :
You can’t perform that action at this time.
0 commit comments