Skip to content

computation-types: add support for unsized parts of computations #35

computation-types: add support for unsized parts of computations

computation-types: add support for unsized parts of computations #35

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- name: Building package
run: nix-build . -A defaultPackage.x86_64-linux