mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 14:18:31 +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
|
BENCH_ROOT: ${{github.workspace}}/MobileGL/MG_Benchmark
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set Swap Space
|
||||||
|
uses: pierotofy/set-swap-space@master
|
||||||
|
with:
|
||||||
|
swap-size-gb: 32
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -11,6 +11,11 @@ jobs:
|
|||||||
TEST_ROOT: ${{github.workspace}}/MobileGL/MG_Test
|
TEST_ROOT: ${{github.workspace}}/MobileGL/MG_Test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set Swap Space
|
||||||
|
uses: pierotofy/set-swap-space@master
|
||||||
|
with:
|
||||||
|
swap-size-gb: 32
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user