Skip to content

update crystal 1.16 -> 1.18 (#190) #1062

update crystal 1.16 -> 1.18 (#190)

update crystal 1.16 -> 1.18 (#190) #1062

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: nix flake check
run: nix flake check --print-build-logs --keep-going