Skip to content

feat: Remove unnecessary portaudio include #534

feat: Remove unnecessary portaudio include

feat: Remove unnecessary portaudio include #534

Workflow file for this run

name: Build cspot-cli on Ubuntu
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-23.11
- run: nix build '.?submodules=1#target-cli'