Skip to content

fix ci

fix ci #6

Workflow file for this run

---
name: holyc
on: push
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v2
- name: lib/c
run: |
make -C lib/c test
- name: holyc
run: |
make