Skip to content

Adjusting the spawn syscall #4

Adjusting the spawn syscall

Adjusting the spawn syscall #4

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Update submodules
run: git submodule update --init
- name: Build contract
run: make all-via-docker