refactor: get rid of hacky datatype_fn in synth_ty #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |