Skip to content

Interpolate also partial hit which may be nice if the data is on BC o… #195

Interpolate also partial hit which may be nice if the data is on BC o…

Interpolate also partial hit which may be nice if the data is on BC o… #195

Workflow file for this run

name: "nix build and push to cache"
on:
workflow_dispatch:
push:
branches:
- devel
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-24.11
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: cachix/cachix-action@v14
with:
name: elmerfem
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: nix build
run: |
nix build -L
nix build .#gui -L
nix build .#full -L