Skip to content

update pins, update mdctl-alpha -> 1.0.71-alpha.4 #110

update pins, update mdctl-alpha -> 1.0.71-alpha.4

update pins, update mdctl-alpha -> 1.0.71-alpha.4 #110

Workflow file for this run

name: build
on: {workflow_dispatch, push: {branches: [main]}, pull_request}
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- macos-13
name: nix (${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v12
with:
name: medable
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix --show-trace build -f . custom jacobi_tools