Skip to content

chore(deps): bump clap from 4.5.18 to 4.5.20 #23

chore(deps): bump clap from 4.5.18 to 4.5.20

chore(deps): bump clap from 4.5.18 to 4.5.20 #23

Workflow file for this run

name: Nix build test
on:
pull_request:
paths:
- 'src/**'
- 'flake.*'
- 'Cargo.*'
push:
branches:
- main
paths:
- 'src/**'
- 'flake.*'
- 'Cargo.*'
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
arch:
- x86_64
- aarch64
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix package manager
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build
run: |
nix build