[Fix] (workflow): Enable swap on CI in an effort to

prevent compiler processes getting killed
This commit is contained in:
2025-08-11 13:07:34 +08:00
parent 99a8726506
commit ace0b6d226
3 changed files with 10 additions and 0 deletions
+5
View File
@@ -11,6 +11,11 @@ jobs:
BENCH_ROOT: ${{github.workspace}}/MobileGL/MG_Benchmark
steps:
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 32
- name: Checkout repo
uses: actions/checkout@v4
with:
+5
View File
@@ -11,6 +11,11 @@ jobs:
TEST_ROOT: ${{github.workspace}}/MobileGL/MG_Test
steps:
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 32
- name: Checkout repo
uses: actions/checkout@v4
with: