We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5da3d7 commit ae04997Copy full SHA for ae04997
1 file changed
.github/workflows/build.yml
@@ -733,6 +733,10 @@ jobs:
733
src/Rack/dep/speexdsp-SpeexDSP-1.2rc3
734
src/Rack/dep/zstd-1.4.5
735
key: wasm-v${{ env.CACHE_VERSION }}
736
+ - name: Enable extra swap
737
+ uses: pierotofy/set-swap-space@master
738
+ with:
739
+ swap-size-gb: 13
740
- name: Set up dependencies
741
run: |
742
[ -e ~/PawPawBuilds/emsdk ] || git clone https://github.com/emscripten-core/emsdk.git ~/PawPawBuilds/emsdk
0 commit comments