File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 43
43
- name : Zero ccache stats and limit in size
44
44
run : ccache -z --max-size=500M
45
45
- name : Build using Ninja
46
- run : |
47
- cd build
48
- ninja -j2
46
+ run : ninja -C build -j2
49
47
- name : Print ccache stats
50
48
run : ccache -s
51
49
- name : Run CTest
@@ -118,9 +116,7 @@ jobs:
118
116
- name : Zero ccache stats and limit in size
119
117
run : ccache -z --max-size=500M
120
118
- name : Build using Ninja
121
- run : |
122
- cd build
123
- ninja -j2
119
+ run : ninja -C build -j2
124
120
- name : Print ccache stats
125
121
run : ccache -s
126
122
- name : Run CTest
@@ -206,9 +202,7 @@ jobs:
206
202
- name : Zero ccache stats and limit in size
207
203
run : ccache -z --max-size=500M
208
204
- name : Build using Ninja
209
- run : |
210
- cd build
211
- ninja -j2
205
+ run : ninja -C build -j2
212
206
- name : Print ccache stats
213
207
run : ccache -s
214
208
- name : Run CTest
You can’t perform that action at this time.
0 commit comments