Skip to content

Set EM_CACHE to /tmp so it should always work #21

Set EM_CACHE to /tmp so it should always work

Set EM_CACHE to /tmp so it should always work #21

Workflow file for this run

name: Check the builds aren't broken
on: push
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
wasm:
name: "make all"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: ./make-docker -j8 DEBUG=1 all