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 4343 - name : Zero ccache stats and limit in size
4444 run : ccache -z --max-size=500M
4545 - name : Build using Ninja
46- run : |
47- cd build
48- ninja -j2
46+ run : ninja -C build -j2
4947 - name : Print ccache stats
5048 run : ccache -s
5149 - name : Run CTest
@@ -118,9 +116,7 @@ jobs:
118116 - name : Zero ccache stats and limit in size
119117 run : ccache -z --max-size=500M
120118 - name : Build using Ninja
121- run : |
122- cd build
123- ninja -j2
119+ run : ninja -C build -j2
124120 - name : Print ccache stats
125121 run : ccache -s
126122 - name : Run CTest
@@ -206,9 +202,7 @@ jobs:
206202 - name : Zero ccache stats and limit in size
207203 run : ccache -z --max-size=500M
208204 - name : Build using Ninja
209- run : |
210- cd build
211- ninja -j2
205+ run : ninja -C build -j2
212206 - name : Print ccache stats
213207 run : ccache -s
214208 - name : Run CTest
You can’t perform that action at this time.
0 commit comments