Skip to content

COLL progress

COLL progress #95

Workflow file for this run

name: Build main
on:
push:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build
run: nix build -L --no-link --keep-going '.?submodules=1#all'