Skip to content

fix: type signature for enabled indicating ctx could be passed #300

fix: type signature for enabled indicating ctx could be passed

fix: type signature for enabled indicating ctx could be passed #300

Workflow file for this run

name: Test Nix Build
on:
push:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
name: Test Nix Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build with Nix
run: nix build .#blink-cmp