builds godot
more memory
bendn 2022-12-02
parent 1873e8f · commit 430d310
-rw-r--r--.github/actions/build-godot/action.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/actions/build-godot/action.yml b/.github/actions/build-godot/action.yml
index cf848da..bae59fd 100644
--- a/.github/actions/build-godot/action.yml
+++ b/.github/actions/build-godot/action.yml
@@ -42,6 +42,12 @@ runs:
run: pip install scons
shell: bash
+ - name: Download more ram
+ if: runner.os == 'Linux'
+ uses: pierotofy/set-swap-space@master
+ with:
+ swap-size-gb: 10
+
- name: Build Godot
run: |
echo ::group::Compilation