Skip to content

Update github workflows #20

Update github workflows

Update github workflows #20

Workflow file for this run

name: "Build with Nix"
on:
push:
branches:
- 'main'
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build