mirror of https://github.com/milvus-io/milvus.git
enhance: improve the compile speed (#28444)
improve the CI compile speed with mold Signed-off-by: yah01 <yah2er0ne@outlook.com>pull/28450/head
parent
899a5a32cd
commit
fd3ae4c4b8
|
@ -47,6 +47,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
UBUNTU: ${{ matrix.ubuntu }}
|
UBUNTU: ${{ matrix.ubuntu }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup mold
|
||||||
|
uses: rui314/setup-mold@v1
|
||||||
|
|
||||||
- name: Maximize build space
|
- name: Maximize build space
|
||||||
uses: easimon/maximize-build-space@master
|
uses: easimon/maximize-build-space@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue