enhance: improve the compile speed (#28444)

improve the CI compile speed with mold

Signed-off-by: yah01 <yah2er0ne@outlook.com>
pull/28450/head
yah01 2023-11-15 15:08:18 +08:00 committed by GitHub
parent 899a5a32cd
commit fd3ae4c4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ jobs:
env:
UBUNTU: ${{ matrix.ubuntu }}
steps:
- name: Setup mold
uses: rui314/setup-mold@v1
- name: Maximize build space
uses: easimon/maximize-build-space@master
with: