Skip to content

Merge remote-tracking branch 'origin/develop' #35

Merge remote-tracking branch 'origin/develop'

Merge remote-tracking branch 'origin/develop' #35

Workflow file for this run

name: Build library
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-22.11
- run: nix build '.?submodules=1#lib'