Skip to content

build(deps): bump cachix/install-nix-action from 22 to 23 #592

build(deps): bump cachix/install-nix-action from 22 to 23

build(deps): bump cachix/install-nix-action from 22 to 23 #592

Workflow file for this run

name: Nix
on:
push:
branches:
- main
- staging
- trying
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os:
- macos-latest
- ubuntu-20.04
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v23
- uses: cachix/cachix-action@v12
with:
name: numtide
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix develop --command ./ci.sh