Skip to content

Bump actions/checkout from 4.1.7 to 4.2.2 #189

Bump actions/checkout from 4.1.7 to 4.2.2

Bump actions/checkout from 4.1.7 to 4.2.2 #189

Workflow file for this run

name: build
on: {workflow_dispatch, push: {branches: [main]}, pull_request}
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-24.04
- macos-14
name: nix (${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix --show-trace build -f . custom jacobi_tools