Skip to content

WIP: YAC-coupling integration in Elmer (colouring and mpi_handshake) #1044

WIP: YAC-coupling integration in Elmer (colouring and mpi_handshake)

WIP: YAC-coupling integration in Elmer (colouring and mpi_handshake) #1044

Workflow file for this run

name: "nix flake check"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v30
with:
nix_path: nixpkgs=channel:nixos-24.11
- uses: nix-community/cache-nix-action@v6
with:
primary-key: nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}
- name: nix flake check
run: nix flake check -L