Skip to content

Build the library via Nix #1

Build the library via Nix

Build the library via Nix #1

Workflow file for this run

on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/determinate-nix-action@v3
- run: nix build .