Skip to content

Bump version to 0.4.1-dev #177

Bump version to 0.4.1-dev

Bump version to 0.4.1-dev #177

Workflow file for this run

name: Build with nix
on:
push:
branches:
- main
env:
RUST_BACKTRACE: 1
jobs:
evaluate:
name: Make sure that the nix flake evaluates and run the checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix flake check