Skip to content

change ci actions #1045

change ci actions

change ci actions #1045

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-14]
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