Skip to content

refactor: get rid of hacky datatype_fn in synth_ty #25

refactor: get rid of hacky datatype_fn in synth_ty

refactor: get rid of hacky datatype_fn in synth_ty #25

Workflow file for this run

name: build-osx
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
run: |
brew install mlton
- name: Try to compile
run: |
make
- name: Update binary
uses: actions/upload-artifact@v3
with:
name: mulligan-osx
path: ./mulligan