Skip to content

Change README to match paper #37

Change README to match paper

Change README to match paper #37

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
simple-build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --command 'make'