Enable extra swap for wasm CI build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-08-07 12:52:34 +01:00
parent f5da3d7ffc
commit ae04997541
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -733,6 +733,10 @@ jobs:
src/Rack/dep/speexdsp-SpeexDSP-1.2rc3
src/Rack/dep/zstd-1.4.5
key: wasm-v${{ env.CACHE_VERSION }}
- name: Enable extra swap
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 13
- name: Set up dependencies
run: |
[ -e ~/PawPawBuilds/emsdk ] || git clone https://github.com/emscripten-core/emsdk.git ~/PawPawBuilds/emsdk