builds godot
more memory
| -rw-r--r-- | .github/actions/build-godot/action.yml | 6 |
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 |