Skip to content

Add missing mkdirs

Add missing mkdirs #29

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