[Fix] (buildsystem): revert back to use 4 threads to compile

This commit is contained in:
2025-08-25 16:15:32 +08:00
parent e5b91eaeba
commit c601169b84
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -12,10 +12,10 @@ jobs:
TEST_ROOT: ${{github.workspace}}
steps:
# - name: Set Swap Space
# uses: pierotofy/set-swap-space@master
# with:
# swap-size-gb: 32
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 32
- name: Checkout repo
uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
- name: Build
working-directory: ${{env.TEST_ROOT}}/build-test
run: cmake --build . --parallel ${nproc}
run: cmake --build . --parallel 4
- name: Test
working-directory: ${{env.TEST_ROOT}}/build-test