Skip to content

Update cachix/install-nix-action action to v29 #102

Update cachix/install-nix-action action to v29

Update cachix/install-nix-action action to v29 #102

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v29
- name: Check flake
run: nix flake check --print-build-logs