Skip to content

update mdctl and mdctl alpha versions (#18) #116

update mdctl and mdctl alpha versions (#18)

update mdctl and mdctl alpha versions (#18) #116

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