Browse Source

Enable extra swap for wasm CI build

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.09
falkTX 2 years ago
parent
commit
ae04997541
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .github/workflows/build.yml

+ 4
- 0
.github/workflows/build.yml 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


Loading…
Cancel
Save