Skip to content

flake/darwin: add CoreAudio #4

flake/darwin: add CoreAudio

flake/darwin: add CoreAudio #4

Workflow file for this run

name: check
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
check:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, macos-14]
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: System Info
run: |
uname -a
nix --version
- name: Run flake check
run: nix flake check -L --show-trace