mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
[Fix] (workflow): Enable swap on CI in an effort to
prevent compiler processes getting killed
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user