8000 nix: Automatically deduce cmake flags · vimpostor/blobdrop@a1b30b6 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nix: Automatically deduce cmake flags #164

nix: Automatically deduce cmake flags

nix: Automatically deduce cmake flags #164

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix flake check --print-build-logs
0