Skip to content

Bump to libucl 0.9.1 #32

Bump to libucl 0.9.1

Bump to libucl 0.9.1 #32

Workflow file for this run

---
name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.10.0
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dev packages
run: apt-get update && apt-get install -y build-essential automake autoconf libtool
- name: Build vendored libucl
run: make libucl
- name: Run tests
run: make spec